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

Update snapshots with coresponding releases #218

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

levitin
Copy link

@levitin levitin commented Feb 11, 2020

This feature allows replacing all released -SNAPSHOT dependencies with the corresponding release versions. The feature is optional and can be activated with optional parameter:

<updateSnapshotDependencies>true</updateSnapshotDependencies>

@aleksandr-m
Copy link
Owner

@levitin It took some time :). Do you still need this? Do you have specific problem that you're trying to solve with this changes?

@levitin
Copy link
Author

levitin commented Feb 8, 2021

Do you have specific problem that you're trying to solve with this changes?

Yes, with this optional feature all snapshot dependencies are automatically replaced with corresponding releases, but only if the appropriate release exists. This information provides embedded Maven Versions Plugin.

If this feature ist interesting for the community, I would resolve merge conflicts and also create integration tests.

@aleksandr-m
Copy link
Owner

Not sure it should be a part of this plugin. It can be set in postReleaseGoals also.

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

Successfully merging this pull request may close these issues.

None yet

2 participants