This commit is contained in:
Jason van Zyl 2006-12-13 16:09:22 +00:00
parent 404f7376eb
commit 61e2713156
1 changed files with 5 additions and 0 deletions

5
ci.sh
View File

@ -36,6 +36,11 @@ echo "</settings>" >> $settings
export M2_HOME=$mavenHome
mavenVersionString=`$maven -v`
echo " Maven version: $mavenVersion"
echo "Maven executable: $maven"
rm -rf $buildDirectory > /dev/null 2>&1
mkdir -p $buildDirectory