upgrade storm-maven-plugin to 1.3.18
diff --git a/pom.xml b/pom.xml
index 824d857..3bd3362 100644
--- a/pom.xml
+++ b/pom.xml
@@ -501,7 +501,7 @@
                 <plugin>
                     <groupId>com.theoryinpractise</groupId>
                     <artifactId>clojure-maven-plugin</artifactId>
-                    <version>1.3.17</version>
+                    <version>1.3.18</version>
                     <extensions>true</extensions>
                 </plugin>
                 <plugin>
diff --git a/storm-core/pom.xml b/storm-core/pom.xml
index 2eba3ef..d333b88 100644
--- a/storm-core/pom.xml
+++ b/storm-core/pom.xml
@@ -187,7 +187,7 @@
                         <id>test-clojure</id>
                         <phase>test</phase>
                         <goals>
-                            <goal>test</goal>
+                            <goal>test-with-junit</goal>
                         </goals>
                     </execution>
                 </executions>