Thomas Vachuska
Committed by Gerrit Code Review

Fixing and enhancing the build and release tools.

Change-Id: Ia780762d70bc681751749ef0fd5a1954d6a637e1
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
6 export AROOT=/tmp/foo 6 export AROOT=/tmp/foo
7 export ARCHETYPE_OPTS="-DarchetypeGroupId=org.onosproject -Dversion=1.0.0" 7 export ARCHETYPE_OPTS="-DarchetypeGroupId=org.onosproject -Dversion=1.0.0"
8 8
9 +mkdir -p $AROOT
9 for an in api bundle cli; do 10 for an in api bundle cli; do
10 cd $AROOT 11 cd $AROOT
11 rm -fr $AROOT/foo-$an 12 rm -fr $AROOT/foo-$an
......