-
Notifications
You must be signed in to change notification settings - Fork 127
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
NPE on site generation #358
Comments
NPE happens here: license-maven-plugin/src/main/java/org/codehaus/mojo/license/api/ResolvedProjectDependencies.java Line 50 in d47178b
So the provided |
According to your tag |
So |
Breaking the entire site build with an exception is always bad. However, just tested to downgrade to version |
I was just about to raise the same issue! Getting exactly the same when trying to build the third party aggregate report - NPE. |
can confirm 1.20 does not exhibit this problem |
@ppalaga |
…precated MavenProject.getDependencyArtifacts()
…precated MavenProject.getDependencyArtifacts()
…precated MavenProject.getDependencyArtifacts()
…precated MavenProject.getDependencyArtifacts()
…precated MavenProject.getDependencyArtifacts()
…precated MavenProject.getDependencyArtifacts()
…precated MavenProject.getDependencyArtifacts()
…ecated MavenProject.getDependencyArtifacts() (#373) Co-authored-by: Dermot Butterfield <[email protected]> Co-authored-by: Slawomir Jaranowski <[email protected]>
In my project site-generation fails if
license-maven-plugin:2.0.0
is configured.Stacktrace:
The text was updated successfully, but these errors were encountered: