diff --git a/archetypes/simple-cli/pom.xml b/archetypes/simple-cli/pom.xml index 2be2decca..ec19d7332 100644 --- a/archetypes/simple-cli/pom.xml +++ b/archetypes/simple-cli/pom.xml @@ -145,6 +145,15 @@ + + maven-assembly-plugin + false + + + project + + + @@ -154,19 +163,6 @@ - - - com.springsource.bundlor - com.springsource.bundlor.maven - [1.0,) - - bundlor - - - - - - org.apache.maven.plugins @@ -196,25 +192,19 @@ ${compiler.target.version} - - com.springsource.bundlor - com.springsource.bundlor.maven - 1.0.0.RELEASE - - - bundlor-transform - compile - - bundlor - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.13 - + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*Tests.java + + + **/Abstract*.java + + junit:junit + + org.codehaus.mojo exec-maven-plugin @@ -227,6 +217,22 @@ + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/lib + + + + maven-assembly-plugin 2.3 @@ -245,26 +251,9 @@ - - org.apache.maven.plugins - maven-dependency-plugin - - - copy-dependencies - package - - copy-dependencies - - - ${project.build.directory}/lib - - - - org.apache.maven.plugins maven-jar-plugin - 2.3.1 false @@ -273,7 +262,6 @@ true lib/ - ${project.build.outputDirectory}/META-INF/MANIFEST.MF