You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run the dependency-updates-report on a multi module project.
I'm running this plugin on the parent pom of an application that contains 11 modules total.
The plugin fails with Execution default-cli of goal org.codehaus.mojo:versions-maven-plugin:2.16.2:dependency-updates-report failed: Cannot invoke "String.startsWith(String)" because the return value of "org.apache.maven.model.Dependency.getVersion()" is null -> [Help 1]
It looks like you were trying to generate a report for a project containing a dependencyManagement section with a versionless dependency. Is that correct?
I'm trying to run the dependency-updates-report on a multi module project.
I'm running this plugin on the parent pom of an application that contains 11 modules total.
The plugin fails with
Execution default-cli of goal org.codehaus.mojo:versions-maven-plugin:2.16.2:dependency-updates-report failed: Cannot invoke "String.startsWith(String)" because the return value of "org.apache.maven.model.Dependency.getVersion()" is null -> [Help 1]
I've verified that all versions between the different sub poms and parent are good. In that theres no drift according to the documentation here: https://www.mojohaus.org/versions/versions-maven-plugin/examples/resolve-ranges.html
What I have seen however is that the display-dependency-updates works. And does spit out a listing of all libraries for each sub module independently.
Is the report not designed to do the same thing? Or what may I be doing wrong thats causing the report to fail, but the other way works?
The text was updated successfully, but these errors were encountered: