Removed the compile execution from maven-clojure-project configuration to ensure no clojure class files get generated

This commit is contained in:
Hugo Duncan 2010-08-10 13:32:32 -04:00
parent 0c64f49c00
commit a58ab85b7e
1 changed files with 0 additions and 7 deletions

View File

@ -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>