Skip to content

Commit

Permalink
#40 - Reduced Maven output.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Jan 26, 2017
1 parent 8b77b4c commit a2ec5f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public ModuleIteration triggerDistributionBuild(ModuleIteration module) {

logger.log(project, "Triggering distribution build…");

mvn.execute(project, "clean", "deploy", "-DskipTests", "-Pdistribute");
mvn.execute(project, "clean", "deploy", "-DskipTests", "-Pdistribute", "-B");

logger.log(project, "Successfully finished distribution build!");

Expand Down

0 comments on commit a2ec5f8

Please sign in to comment.