Skip to content

Commit a12c075

Browse files
committed
[fix] Fix mail library (should be in the common lib/ directory)
1 parent 3020551 commit a12c075

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

release.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ mkdir -p .local
44

55
RELEASE_OPTS="-DskipTests -DperformFullRelease"
66

7+
mvn clean --quiet
8+
if [[ $? -ne 0 ]]; then
9+
exit 1
10+
fi
11+
712
# Rollback previous release, if need
813
if [[ -f "pom.xml.releaseBackup" ]]; then
914
echo "**********************************"
@@ -19,8 +24,6 @@ if [[ -f "pom.xml.releaseBackup" ]]; then
1924
echo "Rollback previous release [OK]"
2025
fi
2126

22-
mvn clean -pl cesium-plus-pod-assembly --quiet
23-
2427
echo "**********************************"
2528
echo "* Preparing release..."
2629
echo "**********************************"

0 commit comments

Comments
 (0)