Set --quiet flag for sources generation 89/40789/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 23 Jun 2016 21:42:24 +0000 (17:42 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 27 Jun 2016 19:20:27 +0000 (15:20 -0400)
We use this mvn run to generate the sources.log. The output isn't
particularly interesting for people looking at the compile logs so
enable quiet mode to lessen the log spam here.

Change-Id: Id75d56584f8d71839742bea917ffa1784976cac3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/autorelease/autorelease-macros.yaml

index e37d16003c635fdff316e5a2ad38b8c4bd0f0641..3c3acfd0c15112af5f9a72d6d3114ab3c7c1d9cc 100644 (file)
         - maven-target:
             maven-version: '{maven-version}'
             pom: 'pom.xml'
-            goals: 'dependency:sources -DoutputFile=$WORKSPACE/sources.log -DappendOutput -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r'
+            goals: '--quiet dependency:sources -DoutputFile=$WORKSPACE/sources.log -DappendOutput -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r'
             java-opts:
                 - '-Xmx4096m -XX:MaxPermSize=1024m'
             settings: '{settings}'