summaryrefslogtreecommitdiffstats
path: root/maven
diff options
context:
space:
mode:
Diffstat (limited to 'maven')
-rwxr-xr-xmaven/make.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/maven/make.sh b/maven/make.sh
index 496e35d..706a683 100755
--- a/maven/make.sh
+++ b/maven/make.sh
@@ -17,6 +17,7 @@ then
exit 1
fi
+./clean.sh || exit 1
./make-directories.sh "${VERSION}" || exit 1
./make-copy-jars.sh "${VERSION}" || exit 1
./make-poms.sh "${VERSION}" || exit 1