summaryrefslogtreecommitdiffstats
path: root/maven
diff options
context:
space:
mode:
authorMark Raynsford <[email protected]>2014-05-12 17:29:44 +0000
committerMark Raynsford <[email protected]>2014-05-12 17:29:44 +0000
commit30e387d9c6ab34fed8132437321ea31ed0b6a62a (patch)
tree32a823048fc944d14e87be5d70f66e71a275521b /maven
parente92feede1441fba02a9b5a178a2d4e03d7a77752 (diff)
Always clean before building
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