Skip to content

Commit

Permalink
Move compilation of Clojure test source to the right phase.
Browse files Browse the repository at this point in the history
It was getting compiled before the Java test code was getting compiled.

Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
  • Loading branch information
pjstadig authored and stuarthalloway committed Mar 9, 2012
1 parent 4be2698 commit 30616fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -78,7 +78,7 @@
</execution>
<execution>
<id>clojure-test</id>
<phase>compile</phase>
<phase>test</phase>
<goals>
<goal>run</goal>
</goals>
Expand Down

0 comments on commit 30616fa

Please sign in to comment.