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
update fails with a NPE using maven 3.9.0 #5437
Comments
|
Note: I typically run the update-only task by itself without a pom file in CI. I think that if you run the command in the same directory as a pom.xml it will work. |
|
Yikes... maven returning |
|
Will do. Sorry I didn't look at the stack trace very closely - I don't see any owasp code in it. Will create a ticket there and link it from here. |
|
Seems this is a known maven bug Since this isn't an dependency check issue, I'll close the ticket. |
I Also didn't spot that detail, thought it would've been triggered somewhere in our codebase, but indeed it's fully isolated to Maven itself. And thanks for digging up the maven ticket. When I quickly tried to see if the NPE was already reported in maven JIRA (for some plugin) I failed to find it. |
Describe the bug
When using maven 3.9.0 updating the database fails
Version of dependency-check used
The problem occurs using version 7.4.4 of the maven plugin
Log file
To Reproduce
Steps to reproduce the behavior:
Download and extract maven 3.9.0
run
It also happens if you use version 8.0.2 or using java 8.
Expected behavior
For it to update the database.
The text was updated successfully, but these errors were encountered: