Skip to content
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

Open
delanym opened this issue Jul 19, 2023 · 4 comments
Open

Standard plugin documentation #295

delanym opened this issue Jul 19, 2023 · 4 comments

Comments

@delanym
Copy link

delanym commented Jul 19, 2023

The documentation is not great. Could you setup the standard plugin documentation, like https://maven.apache.org/plugins/maven-shade-plugin/plugin-info.html ?

@lukaszlenart
Copy link
Collaborator

The available options are documented here but maybe I can include them in the page

@delanym
Copy link
Author

delanym commented Jul 27, 2023

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?

@lukaszlenart
Copy link
Collaborator

So you want to include JRE with the exe as well? Not sure if this possible after switching to Launch4j 3.50

@lukaszlenart
Copy link
Collaborator

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:

Use path search first, if Java cannot be located then perform a registry search. If that fails display an error message and optionally open the Java download page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants