-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standard plugin documentation #295
Comments
The available options are documented here but maybe I can include them in the page |
Having an examples section like https://maven.apache.org/plugins/maven-shade-plugin/examples/includes-excludes.html would demonstrate what the plugin is capable of. I'm trying to provide a self-contained executable so that the execution environment doesn't require a JRE installed. Is this even possible? |
So you want to include JRE with the exe as well? Not sure if this possible after switching to Launch4j 3.50 |
Here you can find how to use assembly plugin to pack all the dependencies, yet it isn't possible to include JRE - if JRE isn't available a monit to download it will be showed based on the configuration:
|
The documentation is not great. Could you setup the standard plugin documentation, like https://maven.apache.org/plugins/maven-shade-plugin/plugin-info.html ?
The text was updated successfully, but these errors were encountered: