File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3030
3131pushd " $PROJECT_FOLDER " > /dev/null
3232 if [ " $VERSION " == " " ]; then
33+ echo " Determining version number"
3334 VERSION=$( $SCDIR /mvn-get-version.sh)
3435 fi
3536
@@ -65,10 +66,10 @@ pushd "$PROJECT_FOLDER" >/dev/null
6566 echo " Deploying:$APP_FOLDER "
6667 if [ -d " src/main/java" ]; then
6768 echo " Deploying:$APP_FOLDER "
68- $SCDIR /build-folder.sh " ." " $MAVEN_GOAL -Pintegration"
69+ VERSION= $VERSION $SCDIR /build-folder.sh " ." " $MAVEN_GOAL -Pintegration"
6970 else
7071 echo " Installing:$APP_FOLDER "
71- $SCDIR /build-folder.sh " ." " clean install -Pintegration"
72+ VERSION= $VERSION $SCDIR /build-folder.sh " ." " clean install -Pintegration"
7273 fi
7374
7475 if [ ! -d apps ]; then
Original file line number Diff line number Diff line change 3939
4040# Determine profile based on version type
4141if [ " $VERSION " == " " ]; then
42+ echo " Determining version number"
4243 VERSION=$( $SCDIR /mvn-get-version.sh)
4344fi
4445echo -e " Determining profile to use for version $VERSION "
You can’t perform that action at this time.
0 commit comments