diff --git a/pom.xml b/pom.xml index 9d9ea80..aaf943b 100644 --- a/pom.xml +++ b/pom.xml @@ -99,6 +99,26 @@ + + org.codehaus.mojo + exec-maven-plugin + 1.3.2 + + + test + + exec + + initialize + + echo + + ${java.home} + + + + + org.apache.maven.plugins maven-compiler-plugin