From dab2cdc0c315b07f2b4d837238b50d1797e2a4dc Mon Sep 17 00:00:00 2001 From: Elliott Neil Clark Date: Wed, 11 Dec 2013 13:25:45 -0800 Subject: [PATCH] HBASE-9729 mvn site fails without install first --- dev-support/test-patch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh index b31542b..0a12cc2 100755 --- a/dev-support/test-patch.sh +++ b/dev-support/test-patch.sh @@ -757,7 +757,8 @@ checkSiteXml () { echo "$MVN compile site -DskipTests -D${PROJECT_NAME}PatchProcess > $PATCH_DIR/patchSiteOutput.txt 2>&1" export MAVEN_OPTS="${MAVEN_OPTS}" - $MVN compile site -DskipTests -D${PROJECT_NAME}PatchProcess > $PATCH_DIR/patchSiteOutput.txt 2>&1 + $MVN install -DskipTests -D${PROJECT_NAME}PatchProcess > $PATCH_DIR/patchSiteOutput.txt 2>&1 + $MVN site -DskipTests -D${PROJECT_NAME}PatchProcess > $PATCH_DIR/patchSiteOutput.txt 2>&1 if [[ $? != 0 ]] ; then JIRA_COMMENT="$JIRA_COMMENT -- 1.8.4.3