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

Do not hardcode the WildFly Maven Plugin version in image #494

Open
jfdenise opened this issue Oct 21, 2024 · 0 comments
Open

Do not hardcode the WildFly Maven Plugin version in image #494

jfdenise opened this issue Oct 21, 2024 · 0 comments

Comments

@jfdenise
Copy link
Contributor

jfdenise commented Oct 21, 2024

Today the env variable PROVISIONING_MAVEN_PLUGIN_VERSION defines statically the version of the WildFly Maven plugin used to provision the server.
We should let maven discover the latest version. A user would still be able to set a version explicitly thanks to the PROVISIONING_MAVEN_PLUGIN_VERSION env variable.

NOTE: Not specifying a plugin version is not recommended and can give unexpected results according to the maven repositories configuration. This approach shouldn't be followed.

A correct Solution would be to use the
versions plugin that allows to properly upgrade plugin version.

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

1 participant