We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3020551 commit a12c075Copy full SHA for a12c075
release.sh
@@ -4,6 +4,11 @@ mkdir -p .local
4
5
RELEASE_OPTS="-DskipTests -DperformFullRelease"
6
7
+mvn clean --quiet
8
+if [[ $? -ne 0 ]]; then
9
+ exit 1
10
+fi
11
+
12
# Rollback previous release, if need
13
if [[ -f "pom.xml.releaseBackup" ]]; then
14
echo "**********************************"
@@ -19,8 +24,6 @@ if [[ -f "pom.xml.releaseBackup" ]]; then
19
24
echo "Rollback previous release [OK]"
20
25
fi
21
26
22
-mvn clean -pl cesium-plus-pod-assembly --quiet
23
-
27
28
echo "* Preparing release..."
29
0 commit comments