mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 06:56:45 +00:00
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…
x
Reference in New Issue
Block a user