From: Michael Hwang Date: Tue, 19 Sep 2017 19:29:35 +0000 (-0400) Subject: Get clojure:test working X-Git-Tag: v1.0.0~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=48c17ef123daee43a72b7c063e51e4aeb5f98587;p=dcaegen2%2Fplatform%2Fservicechange-handler.git Get clojure:test working Also have `mvn test` use `mvn clojure:test` Change-Id: I4c76e6298f44d3136997df6c20a9399b34cf08f2 Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang --- diff --git a/pom.xml b/pom.xml index 994faaf..5552875 100644 --- a/pom.xml +++ b/pom.xml @@ -77,6 +77,10 @@ + + test + @@ -138,6 +142,13 @@ compile + + test + test + + test + + @@ -196,6 +207,14 @@ + + + org.codehaus.mojo + sonar-maven-plugin + 3.2 + +