How to fix 'Execution default of goal org.owasp:dependency-check-maven:4.0.2:aggregate failed.: NullPointerException' in Java maven project?How do I time a method's execution in Java?How can I create an executable JAR with dependencies using Maven?How to check if a String is numeric in JavaHow to add local jar files to a Maven project?How to solve “Plugin execution not covered by lifecycle configuration” for Spring Data Maven BuildsHow to fix error “Updating Maven Project”. Unsupported IClasspathEntry kind=4?Failed to execute goal org.codehous.mojo:exec-maven-plugin:1.4.0:javaHow to config the default version of maven-site-plugin for all project?Maven shade plugin failed to execute goal?Maven surefire could not find ForkedBooter class
The meaning of "offing" in "an agreement in the offing"
Did "Dirty Harry" feel lucky?
Can taking my 1-week-old on a 6-7 hours journey in the car lead to medical complications?
How do you say "to hell with everything" in French?
Why are there no wireless switches?
I need to know information from an old German birth certificate
Did the Byzantines ever attempt to move their capital to Rome?
After a few interviews, What should I do after told to wait?
Relationship between speed and cadence?
Is it right to use the ideas of non-winning designers in a design contest?
Owner keeps cutting corners and poaching workers for his other company
Poor management handling of recent sickness and how to approach my return?
Is there some sort of French saying for "a person's signature move"?
Do aarakocra have arms as well as wings?
Template default argument loses its reference type
Why can't some airports handle heavy aircraft while others do it easily (same runway length)?
Short story: Interstellar inspector senses "off" nature of planet hiding aggressive culture
Project Euler problem #112
How do German speakers decide what should be on the left side of the verb?
Problem with listing a directory to grep
Draw the ☣ (Biohazard Symbol)
How strong is aircraft-grade spruce?
Why is it that I have to play this note on the piano as A sharp?
What is the purpose of the rotating plate in front of the lock?
How to fix 'Execution default of goal org.owasp:dependency-check-maven:4.0.2:aggregate failed.: NullPointerException' in Java maven project?
How do I time a method's execution in Java?How can I create an executable JAR with dependencies using Maven?How to check if a String is numeric in JavaHow to add local jar files to a Maven project?How to solve “Plugin execution not covered by lifecycle configuration” for Spring Data Maven BuildsHow to fix error “Updating Maven Project”. Unsupported IClasspathEntry kind=4?Failed to execute goal org.codehous.mojo:exec-maven-plugin:1.4.0:javaHow to config the default version of maven-site-plugin for all project?Maven shade plugin failed to execute goal?Maven surefire could not find ForkedBooter class
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am setting up owasp dependency check plugin in my project in order to get owasp dependency vulnerability report but I am getting the below error:

I tried upgrading my maven version to the latest, it didn't work. I also tried looking for other sites, blogs but didn't get much help.
I looked in https://github.com/jeremylong/DependencyCheck/issues/1401 too for a solution but it didn't work for me.
Please find my maven and java version below:
java maven dependency-management owasp
add a comment |
I am setting up owasp dependency check plugin in my project in order to get owasp dependency vulnerability report but I am getting the below error:

I tried upgrading my maven version to the latest, it didn't work. I also tried looking for other sites, blogs but didn't get much help.
I looked in https://github.com/jeremylong/DependencyCheck/issues/1401 too for a solution but it didn't work for me.
Please find my maven and java version below:
java maven dependency-management owasp
1
Could you execute the same Maven build with option-X?mvn -X <goal>. It will provide more information about the failure.
– Mincong Huang
Mar 29 at 21:40
Thanks, @MincongHuang for the reply. The dependency plugin was not installed properly, even though my cntlm was running (my company uses proxy servers). I manually downloaded it and kept in my repository to resolve the issue.
– viveknaskar
Apr 1 at 12:43
1
Glad to know that you resolved the problem :)
– Mincong Huang
Apr 1 at 14:32
add a comment |
I am setting up owasp dependency check plugin in my project in order to get owasp dependency vulnerability report but I am getting the below error:

I tried upgrading my maven version to the latest, it didn't work. I also tried looking for other sites, blogs but didn't get much help.
I looked in https://github.com/jeremylong/DependencyCheck/issues/1401 too for a solution but it didn't work for me.
Please find my maven and java version below:
java maven dependency-management owasp
I am setting up owasp dependency check plugin in my project in order to get owasp dependency vulnerability report but I am getting the below error:

I tried upgrading my maven version to the latest, it didn't work. I also tried looking for other sites, blogs but didn't get much help.
I looked in https://github.com/jeremylong/DependencyCheck/issues/1401 too for a solution but it didn't work for me.
Please find my maven and java version below:
java maven dependency-management owasp
java maven dependency-management owasp
asked Mar 28 at 6:34
viveknaskarviveknaskar
12210 bronze badges
12210 bronze badges
1
Could you execute the same Maven build with option-X?mvn -X <goal>. It will provide more information about the failure.
– Mincong Huang
Mar 29 at 21:40
Thanks, @MincongHuang for the reply. The dependency plugin was not installed properly, even though my cntlm was running (my company uses proxy servers). I manually downloaded it and kept in my repository to resolve the issue.
– viveknaskar
Apr 1 at 12:43
1
Glad to know that you resolved the problem :)
– Mincong Huang
Apr 1 at 14:32
add a comment |
1
Could you execute the same Maven build with option-X?mvn -X <goal>. It will provide more information about the failure.
– Mincong Huang
Mar 29 at 21:40
Thanks, @MincongHuang for the reply. The dependency plugin was not installed properly, even though my cntlm was running (my company uses proxy servers). I manually downloaded it and kept in my repository to resolve the issue.
– viveknaskar
Apr 1 at 12:43
1
Glad to know that you resolved the problem :)
– Mincong Huang
Apr 1 at 14:32
1
1
Could you execute the same Maven build with option
-X? mvn -X <goal>. It will provide more information about the failure.– Mincong Huang
Mar 29 at 21:40
Could you execute the same Maven build with option
-X? mvn -X <goal>. It will provide more information about the failure.– Mincong Huang
Mar 29 at 21:40
Thanks, @MincongHuang for the reply. The dependency plugin was not installed properly, even though my cntlm was running (my company uses proxy servers). I manually downloaded it and kept in my repository to resolve the issue.
– viveknaskar
Apr 1 at 12:43
Thanks, @MincongHuang for the reply. The dependency plugin was not installed properly, even though my cntlm was running (my company uses proxy servers). I manually downloaded it and kept in my repository to resolve the issue.
– viveknaskar
Apr 1 at 12:43
1
1
Glad to know that you resolved the problem :)
– Mincong Huang
Apr 1 at 14:32
Glad to know that you resolved the problem :)
– Mincong Huang
Apr 1 at 14:32
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55391469%2fhow-to-fix-execution-default-of-goal-org-owaspdependency-check-maven4-0-2agg%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55391469%2fhow-to-fix-execution-default-of-goal-org-owaspdependency-check-maven4-0-2agg%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Could you execute the same Maven build with option
-X?mvn -X <goal>. It will provide more information about the failure.– Mincong Huang
Mar 29 at 21:40
Thanks, @MincongHuang for the reply. The dependency plugin was not installed properly, even though my cntlm was running (my company uses proxy servers). I manually downloaded it and kept in my repository to resolve the issue.
– viveknaskar
Apr 1 at 12:43
1
Glad to know that you resolved the problem :)
– Mincong Huang
Apr 1 at 14:32