Example of configurations for Executable jar.
Run next commands:
cd ${projectDir}
mvn clean package
cd target
java -jar executable-jar-1.0-jar-with-dependencies.jar
the result would:
Hello world, executable-jar-example!
...
Can be found in RELEASE_NOTES.
- Roman Beskrovnyi - romankh3
...
Please, follow Contributing page.
Please, follow Code of Conduct page.
This project is Apache License 2.0 - see the LICENSE file for details