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>
|
<testDeclaredNamespaceOnly>false</testDeclaredNamespaceOnly>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
|
||||||
<id>compile-clojure</id>
|
|
||||||
<phase>compile</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>compile</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
<execution>
|
<execution>
|
||||||
<id>test-clojure</id>
|
<id>test-clojure</id>
|
||||||
<phase>test</phase>
|
<phase>test</phase>
|
||||||
|
|
Loading…
Reference in New Issue