diff --git a/compute-basics/pom.xml b/compute-basics/pom.xml index 7355ccb1..b1429f93 100644 --- a/compute-basics/pom.xml +++ b/compute-basics/pom.xml @@ -125,23 +125,20 @@ maven-assembly-plugin - 2.2.1 - - src/main/assembly/jar-with-dependencies.xml - + true org.jclouds.examples.compute.basics.MainApp - - bcprov-jdk16.jar - + + jar-with-dependencies + - make-assembly + make-my-jar-with-dependencies package single diff --git a/compute-basics/src/main/assembly/jar-with-dependencies.xml b/compute-basics/src/main/assembly/jar-with-dependencies.xml deleted file mode 100644 index aaa208c1..00000000 --- a/compute-basics/src/main/assembly/jar-with-dependencies.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - jar-with-dependencies - - jar - - false - - - metaInf-services - - - - - / - true - true - runtime - - - \ No newline at end of file