-
Notifications
You must be signed in to change notification settings - Fork 8
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
Support passing JVM arguments and command line arguments to JVM plugins #397
Comments
ascopes
added a commit
that referenced
this issue
Sep 21, 2024
This is far more reliable in cross-platform parsing consistency, and mostly superceeds the use of Shlex, although we still rely on it to deal with simple path quoting. We may be able to refactor this out entirely in the future. The change also helps support GH-397's implementation which introduces a higher risk of bugs slipping in through the unreliable batch specifications for argument parsing.
ascopes
added a commit
that referenced
this issue
Sep 22, 2024
ascopes
added a commit
that referenced
this issue
Sep 22, 2024
…lections Seems that immutables will not attempt to reconstruct mutable variants of Lists from the default values, and Maven raises no exceptions when this fails. Work-around for now is to use null defaults.
ascopes
added a commit
that referenced
this issue
Sep 22, 2024
ascopes
added a commit
that referenced
this issue
Sep 22, 2024
ascopes
added a commit
that referenced
this issue
Sep 22, 2024
GH-397: implement ability to specify JVM arguments to plugins
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From analysis, thr Xolstice Maven plugin allowed users to inject JVM arguments and command line arguments when invoking the JVM. This should be relatively simple to support as a new feature.
Things to support:
The text was updated successfully, but these errors were encountered: