Fix maven-site-publish job 53/26253/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 31 Aug 2015 19:11:35 +0000 (15:11 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 31 Aug 2015 19:11:42 +0000 (15:11 -0400)
site:deploy does not cause a site:site run to generate the page. This
patch adds site:site to the goals list.

Change-Id: Iaee7af779c27cc3c319677f97213e8c6ac85fab1
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/releng-jobs.yaml

index 35383ac61f91797e51b0b7230ba91e743d6f7ee1..ff084abc2ec21bddde80d6479a92ef6040881a5d 100644 (file)
     maven:
         maven-name: '{mvn33}'
         root-pom: 'pom.xml'
-        goals: 'site:deploy -Dstream=master'
+        goals: 'site:site site:deploy -Dstream=master'
         maven-opts: '-Xmx1024m'
         settings: '{autorelease-settings}'
         global-settings: '{odl-global-settings}'