Skip to content

Commit

Permalink
enable maven tests
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Sep 5, 2019
1 parent 25fccca commit a64663e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,23 @@
<version>1.7.1</version>
<extensions>true</extensions>
<configuration>
<warnOnReflection>true</warnOnReflection>
<sourceDirectories>
<sourceDirectory>src</sourceDirectory>
</sourceDirectories>
<testSourceDirectories>
<testSourceDirectory>test</testSourceDirectory>
</testSourceDirectories>
</configuration>
<executions>
<execution>
<id>clojure-test</id>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit a64663e

Please sign in to comment.