From e5d93d4f3838bb4bc932da8cacdefcb00a30aea8 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 31 Aug 2015 15:11:35 -0400 Subject: [PATCH] Fix maven-site-publish job 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 --- jjb/releng-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index 35383ac61..ff084abc2 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -301,7 +301,7 @@ 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}' -- 2.36.6