-
Notifications
You must be signed in to change notification settings - Fork 268
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
NullpointerException using use-dep-version 2.12.0 #673
Comments
Could you please provide a sample pom.xml with which this problem is reproducible? |
Here is a simplified pom.xml reproducing the Nullpointer locally, I hope it work for you.
Executing with 2.11.0... |
Working on it. Here's a branch with an it as well as a unit test ( https://github.com/ajarmoniuk/versions-maven-plugin/tree/issue-673-test-case |
Culprit: dependency-bot bumping |
On the other hand, I think filling in, even default values, would be wrong and would not represent the actual model anymore. I'll fill a bug in maven-common-artifact-filters. Downgrading to 3.3.0. |
…esArtifactFilter expecting a non-null classifier when using wildcards
…ctFilter expecting a non-null classifier when using wildcards
Created MSHARED-1130 |
Hi all,
One of our Jenkins build uses:
mvn versions:use-dep-version -DdepVersion=DEVELOP-SNAPSHOT '-Dincludes=com.jumbotours*:::JET*-SNAPSHOT'
Since today 07/09/22 (dd/mm/yy) using 2.12.0 it throws an ugly NullpointerException:
Same behaviour with Maven 3.6.3 and 3.8.6.
My workaround for now is to force using version 2.11.0 and everything works fine again
Please feel free to modify / prettify my post
Thank you for your support
The text was updated successfully, but these errors were encountered: