mirror of https://github.com/apache/jclouds.git
Removed the compile execution from maven-clojure-project configuration to ensure no clojure class files get generated
This commit is contained in:
parent
0c64f49c00
commit
a58ab85b7e
|
@ -323,13 +323,6 @@
|
|||
<testDeclaredNamespaceOnly>false</testDeclaredNamespaceOnly>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>compile-clojure</id>
|
||||
<phase>compile</phase>
|
||||
<goals>
|
||||
<goal>compile</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>test-clojure</id>
|
||||
<phase>test</phase>
|
||||
|
|
Loading…
Reference in New Issue