Skip to content

Commit

Permalink
temporary disable compilation of clojure sources, and include source …
Browse files Browse the repository at this point in the history
…directly, instead of

compiled classes
  • Loading branch information
alexott committed Dec 16, 2009
1 parent f0c15f4 commit 9392e84
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Expand Up @@ -18,13 +18,13 @@
<testScript>src/test/clojure/incanter/mvn_tests.clj</testScript>
</configuration>
<executions>
<execution>
<!-- <execution>
<id>compile</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
</execution>
</execution>-->
<execution>
<id>test</id>
<phase>test</phase>
Expand Down Expand Up @@ -65,6 +65,12 @@
</executions>
</plugin>
</plugins>

<resources>
<resource>
<directory>src/main/clojure</directory>
</resource>
</resources>
</build>

<dependencies>
Expand Down

0 comments on commit 9392e84

Please sign in to comment.