IBM-Cloud / get-started-java

Sample and tutorial to help you get started with a Java EE app, REST API and a database.
https://console.bluemix.net/docs/runtimes/liberty/getting-started.html
Apache License 2.0
27 stars 88 forks source link

pom.xml needs to include a mvn war plugin version #8

Closed AlanMejia closed 7 years ago

AlanMejia commented 7 years ago

Please update the pom.xml so it includes a maven war plugin version. Example:

org.apache.maven.plugins
                <artifactId>maven-war-plugin</artifactId>
                <version>2.6</version>

Worked for me.

Regards!

Alan Mejia--admejia@mx1.ibm.com