-
Notifications
You must be signed in to change notification settings - Fork 9
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
Make metadata environment section optional on the lockfile #870
Comments
Hi @monperrus please have a look at the proposed PR #871 to add this functionality. Please let me know what do you think about. Thank you! |
Merged with #871 |
Hi @LogFlames @monperrus do you have an expected date on when these changes will be released? My team is currently relying on an internal fork with these patches, so I would like to know if an when a release is planned, so I can migrate back from the fork to the main project. Thank you. |
I will look to create a release ASAP as I see no need to delay. This will however be the first release i publish, so it might take some time to initialize all accounts and for me to get the workflow running. |
thanks @LogFlames <https://github.com/LogFlames>
|
@massimeddu-sj Now we have released 5.2.0 ✨ |
Please introduce a parameter on the plugin to enable/disable the metadata.
We currently have different developers that are running on different environments (with different jvms). Currently the lockfile is updated every time another developer generate the lockfile because the environment is changed.
We would like to have a parameter
includeEnvironment
that permits to enable/disable the generation of the environment metadata (as we have a parameter to disable the generation of the mavenPlugins data).The default behavior should be the current one (includeEnvironment=true), so no breaking changes are introduced.
The text was updated successfully, but these errors were encountered: