diff --git a/archetypes/jersey-heroku-webapp/src/main/resources/archetype-resources/pom.xml b/archetypes/jersey-heroku-webapp/src/main/resources/archetype-resources/pom.xml index 91b5ff1d77..bcdfcd6433 100644 --- a/archetypes/jersey-heroku-webapp/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/jersey-heroku-webapp/src/main/resources/archetype-resources/pom.xml @@ -107,6 +107,11 @@ maven-surefire-plugin ${surefire.mvn.plugin.version} + + org.apache.maven.plugins + maven-war-plugin + \${war.mvn.plugin.version} + @@ -115,5 +120,6 @@ 12.0.0.beta1 UTF-8 3.0.0-M7 + 3.3.2 \ No newline at end of file