Create a single executable JAR.
output destination: 'target/SimpleWebApp-1.0-SNAPSHOT-jar-with-dependencies.jar'
mvn clean compile package assembly:single install
java -jar \<path-to-jar>/\<executable-jar> [port]
Note: If no [port] is provided, the default is '8090'
java -jar HelloWorld-1.0-SNAPSHOT-jar-with-dependencies.jar 8091
If you have suggestions for how the app could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the Contributing Guide.
ISC © 2020 Jürgen Efeish, jefeish@github.com