-
Notifications
You must be signed in to change notification settings - Fork 267
NPE in 2.9.0 #544
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
Comments
User-unfriendly exception indeed, but just to be sure - due to missing property to set, right? |
and it also seems to happen in the previous version of the plugin:
full stacktrace is:
|
stefanseifert
added a commit
that referenced
this issue
Jan 25, 2022
- ensure either 'properties' or 'propertiesVersionFile' is provided - fix validation of superfluous newVersion parameter
stefanseifert
added a commit
that referenced
this issue
Jan 26, 2022
- ensure either 'properties' or 'propertiesVersionFile' is provided - fix validation of superfluous newVersion parameter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mvn -B -DgenerateBackupPoms=false -DallowSnapshots=false -DallowDowngrade=true -DnewVersion=3.1.0-rc1 versions:set-property
[ERROR] Failed to execute goal org.codehaus.mojo:versions-maven-plugin:2.9.0:set-property (default-cli) on project myproject: Execution default-cli of goal org.codehaus.mojo:versions-maven-plugin:2.9.0:set-property failed. NullPointerException -> [Help 1]
[ERROR]
The text was updated successfully, but these errors were encountered: