diff --git a/archetype/pom.xml b/archetype/pom.xml index e918aec..f3886a4 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -10,7 +10,7 @@ io.vertx vertx-maven-archetype - 2.0.3-final + 2.0.4-final maven-archetype vertx-maven-archetype diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml index 5671e31..c869352 100644 --- a/archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetype/src/main/resources/archetype-resources/pom.xml @@ -36,7 +36,7 @@ target/mods - 2.1M3 + 2.1M5 2.0.3-final 4.11 @@ -44,7 +44,7 @@ 3.0 2.6 2.5 - 2.0.3-final + 2.0.4-final 2.14 2.14 2.14 diff --git a/plugin/pom.xml b/plugin/pom.xml index d5b099c..8906995 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -10,7 +10,7 @@ io.vertx vertx-maven-plugin - 2.0.3-final + 2.0.4-final maven-plugin vertx-maven-plugin @@ -36,7 +36,7 @@ 2.2.1 - 2.1M3 + 2.1M5 diff --git a/plugin/src/main/java/org/vertx/maven/plugin/mojo/VertxFatJarMojo.java b/plugin/src/main/java/org/vertx/maven/plugin/mojo/VertxFatJarMojo.java index 5fcd7f0..73f56b3 100644 --- a/plugin/src/main/java/org/vertx/maven/plugin/mojo/VertxFatJarMojo.java +++ b/plugin/src/main/java/org/vertx/maven/plugin/mojo/VertxFatJarMojo.java @@ -46,7 +46,7 @@ public void execute() throws MojoExecutionException { final PlatformManager pm = factory.createPlatformManager(); final CountDownLatch latch = new CountDownLatch(1); - pm.makeFatJar(moduleName, "target", + pm.makeFatJar(moduleName, project.getBasedir().getAbsolutePath() + "/target", new Handler>() { @Override public void handle(final AsyncResult event) {