Skip to content

Commit

Permalink
Enable errors in Maven RunningInvoker
Browse files Browse the repository at this point in the history
We need to see the details of the errors when something is going wrong.
  • Loading branch information
gsmet committed Oct 25, 2023
1 parent cb8dffd commit e6be3ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ public MavenProcessInvocationResult execute(List<String> goals, Map<String, Stri

DefaultInvocationRequest request = new DefaultInvocationRequest();
request.setGoals(goals);
request.setShowErrors(true);
request.setDebug(debug);
if (parallel) {
request.setThreads("1C");
Expand Down

0 comments on commit e6be3ff

Please sign in to comment.