From: Christopher Lott (cl778h) Date: Wed, 12 Jul 2017 18:28:05 +0000 (-0400) Subject: Add plugin configuration to skip deploy X-Git-Tag: v1.3.0~58 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=portal.git;a=commitdiff_plain;h=31ba5d16b2572167bd7a83daa11181de284cf8d5 Add plugin configuration to skip deploy Change-Id: I84ff02d2336a802b73f98be7318456095f0de276 Signed-off-by: Christopher Lott (cl778h) --- diff --git a/deliveries/os_build_febe.sh b/deliveries/os_build_febe.sh index fa66f267..64e166c3 100755 --- a/deliveries/os_build_febe.sh +++ b/deliveries/os_build_febe.sh @@ -2,8 +2,8 @@ source $(dirname $0)/os_settings.sh -export MVN="${MVN} -gs ${GLOBAL_SETTINGS_FILE} -s ${SETTINGS_FILE}" -#export MVN="mvn" +# Use -B for batch operation to skip download progress output +export MVN="${MVN} -gs ${GLOBAL_SETTINGS_FILE} -s ${SETTINGS_FILE} -B" CURRENTDIR="$(pwd)" @@ -56,7 +56,7 @@ cd $PROJECTDIR/ecomp-portal-FE-os/ ${MVN} install -mv target/epsdk-app-os-1.1.0 target/ep-sdk-app +mv target/epsdk-app-os target/ep-sdk-app # now install DBC app cd $SOURCEDIR @@ -95,4 +95,4 @@ fi EXEC_CMD="docker build -t ${IMGNAME} ${PROXY_ARGS} --build-arg VERSION=${VERSION} --build-arg PORTAL_SDK_DIR=${PORTAL_SDK_DIR} --build-arg SDK_DIR=${SDK_DIR} --build-arg FE_DIR=${FE_DIR} --build-arg PORTAL_DBC_DIR=${PORTAL_DBC_DIR} -f ./os_Dockerfile ." echo $EXEC_CMD -$EXEC_CMD \ No newline at end of file +$EXEC_CMD diff --git a/ecomp-portal-BE-common-test/pom.xml b/ecomp-portal-BE-common-test/pom.xml index 93e153fa..8ef820c5 100644 --- a/ecomp-portal-BE-common-test/pom.xml +++ b/ecomp-portal-BE-common-test/pom.xml @@ -51,6 +51,15 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + maven-resources-plugin @@ -198,48 +207,20 @@ - + diff --git a/ecomp-portal-FE-os/pom.xml b/ecomp-portal-FE-os/pom.xml index 011a924d..e54b518a 100644 --- a/ecomp-portal-FE-os/pom.xml +++ b/ecomp-portal-FE-os/pom.xml @@ -177,6 +177,15 @@ + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true +