/maven-executable-jar

Project example of maven executable jar.

Primary LanguageJavaApache License 2.0Apache-2.0

Overview

Example of configurations for Executable jar.

Building

Run next commands:

  1. cd ${projectDir}
  2. mvn clean package
  3. cd target
  4. java -jar executable-jar-1.0-jar-with-dependencies.jar

the result would:

Hello world, executable-jar-example!

Troubleshooting

...

Release Notes

Can be found in RELEASE_NOTES.

Authors

Acknowledgments

...

Contributing

Please, follow Contributing page.

Code of Conduct

Please, follow Code of Conduct page.

License

This project is Apache License 2.0 - see the LICENSE file for details