-
Notifications
You must be signed in to change notification settings - Fork 267
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
Goal: use-releases doesn't processes imported POMs in dependencyManagement #134
Comments
Pull Request created: #135 |
Fix for #134: Goal: use-releases doesn't processes imported POMs in dependencyManagement
Merged PR #135 |
Does this also happen for other goals? |
I wanted to check if the same issue occurs in other Mojo's since they don't have that fix applied. It turns out that they don't suffer from the issue. Further, when I removed the patch from UseReleasesMojo, Which means that the patch can be removed. I'll create integration tests (important since Maven is involved) before doing that. |
… integration tests
So, this problem is typically resolved by using dependency management from raw model. |
…etRawModel can be used instead. Adding more integration tests.
…etRawModel can be used instead. Adding more integration tests.
…etRawModel can be used instead. Adding more integration tests.
…etRawModel can be used instead. Adding more integration tests.
…etRawModel can be used instead. Adding more integration tests.
…etRawModel can be used instead. Adding more integration tests.
…etRawModel can be used instead. Adding more integration tests.
…etRawModel can be used instead. Adding more integration tests.
…etRawModel can be used instead. Adding more integration tests.
…el can be used instead. Adding more integration tests.
The imported BOMs are not processed correctly by use-releases goal, the fix for #79 is not working either.
I suppose this is due to how maven resolves imported POMs - there is no separate dependency for such import, it's replaced by list of dependencies defined in the POM.
The text was updated successfully, but these errors were encountered: