Issue: RELENG-1655
Change-Id: Ibd2aad63afda3feb97619cef67c10c8b665cd924
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
mvn-global-settings: global-settings
mvn-goals: clean deploy
mvn-opts: ''
- mvn-params: '-Dstream=$STREAM'
+ mvn-params: '-Dstream=$STREAM -Dmaven.source.skip=true'
mvn-version: mvn35
stream: master
submodule-recursive: true
--- /dev/null
+---
+other:
+ - |
+ The Maven Verify job will now call ``-Dmaven.source.skip`` to skip source
+ jar generation in the verify job. This saves us some time in the verify
+ build as the source artifacts are not useful in a verify job.