Skip to content

Commit

Permalink
Set Maven batch mode for CI Maven build
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti authored and lburgazzoli committed Feb 13, 2019
1 parent 059ae48 commit 266fff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/package_maven_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

location=$(dirname $0)
cd $location/../
./mvnw clean install -DskipTests -f runtime/pom.xml -s build/maven/settings.xml
./mvnw clean install --batch-mode -DskipTests -f runtime/pom.xml -s build/maven/settings.xml

0 comments on commit 266fff8

Please sign in to comment.