We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
processParent parameter is ignored by user-reactor mojo.
processParent
The failing use case is:
<packaging>pom</packaging>
<packaging>jar</packaging>
mvn versions:use-reactor -DprocessParent=true -DexcludeReactor=false -DallowSnapshots=true
The text was updated successfully, but these errors were encountered:
Fix mojohaus#202 - use-reactor update parents
e9efb66
Test for mojohaus#202
71cf694
9356ce9
update release note with #202
5b4f963
olamy
No branches or pull requests
processParent
parameter is ignored by user-reactor mojo.The failing use case is:
<packaging>pom</packaging>
and C is<packaging>jar</packaging>
mvn versions:use-reactor -DprocessParent=true -DexcludeReactor=false -DallowSnapshots=true
on A (the grandparent).The text was updated successfully, but these errors were encountered: