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

-DprocessParent=true is ignored by user-reactor mojo #202

Closed
amuniz opened this issue Sep 5, 2017 · 0 comments
Closed

-DprocessParent=true is ignored by user-reactor mojo #202

amuniz opened this issue Sep 5, 2017 · 0 comments
Assignees
Milestone

Comments

@amuniz
Copy link
Contributor

amuniz commented Sep 5, 2017

processParent parameter is ignored by user-reactor mojo.

The failing use case is:

  1. Hierarchical project structure: A <- B <- C (where A and B are <packaging>pom</packaging> and C is <packaging>jar</packaging>
  2. Parent relationship is on releases (C parent is the latest release of B, and B parent is the latest release of A)
  3. Run mvn versions:use-reactor -DprocessParent=true -DexcludeReactor=false -DallowSnapshots=true on A (the grandparent).
  4. Expected: C parent is updated to point to current version of B in the reactor, same of B.
  5. What I get: parents are not updated at all.
amuniz added a commit to amuniz/versions-maven-plugin that referenced this issue Sep 5, 2017
amuniz added a commit to amuniz/versions-maven-plugin that referenced this issue Sep 5, 2017
@olamy olamy added this to the 2.5 milestone Sep 18, 2017
@olamy olamy self-assigned this Sep 18, 2017
@olamy olamy closed this as completed in 9356ce9 Sep 18, 2017
olamy added a commit that referenced this issue Sep 18, 2017
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

2 participants