Skip to content
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

Maven Builds are Failing in NULL Pointer Exception #679

Open
pmajum opened this issue Nov 25, 2022 · 0 comments
Open

Maven Builds are Failing in NULL Pointer Exception #679

pmajum opened this issue Nov 25, 2022 · 0 comments
Labels
bug Create a report to help us improve

Comments

@pmajum
Copy link

pmajum commented Nov 25, 2022

We are using maven version : 3.3.9
Jenkins Artifactory Plugin version: 3.17.3

In the maven build the Stacktrace is coming as below:

[main] INFO org.apache.maven.cli.event.ExecutionEventLogger - BUILD FAILURE
[main] INFO org.apache.maven.cli.event.ExecutionEventLogger - ------------------------------------------------------------------------
[main] INFO org.apache.maven.cli.event.ExecutionEventLogger - Total time: 0.704 s
[main] INFO org.apache.maven.cli.event.ExecutionEventLogger - Finished at: 2022-11-25T10:52:37+00:00
[main] INFO org.apache.maven.cli.event.ExecutionEventLogger - Final Memory: 10M/37M
[main] INFO org.apache.maven.cli.event.ExecutionEventLogger - ------------------------------------------------------------------------
[main] ERROR org.apache.maven.cli.MavenCli - NullPointerException
java.lang.NullPointerException
at org.jfrog.build.extractor.maven.BuildInfoRecorder.addDependenciesToCurrentModule(BuildInfoRecorder.java:621)
at org.jfrog.build.extractor.maven.BuildInfoRecorder.addModuleToBuild(BuildInfoRecorder.java:468)
at org.jfrog.build.extractor.maven.BuildInfoRecorder.finalizeModule(BuildInfoRecorder.java:391)
at org.jfrog.build.extractor.maven.BuildInfoRecorder.projectSucceeded(BuildInfoRecorder.java:210)
at

@pmajum pmajum added the bug Create a report to help us improve label Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Create a report to help us improve
Projects
None yet
Development

No branches or pull requests

1 participant