Skip to content

Commit ef0a905

Browse files
committed
remove target dir before building
1 parent 4f8d24c commit ef0a905

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/build

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
set -ex
77

88
cd `dirname $0`/..
9+
rm -rf target
910

1011
POM_TEMPLATE="pom.template.xml"
1112
POM_FILE="pom.xml"

0 commit comments

Comments
 (0)