Skip to content

Commit

Permalink
Revert -> goal "clean" is back in build/quick-build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrandhof committed May 6, 2014
1 parent 1c69cf7 commit 6635106
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

mvn install $*
mvn clean install $*
2 changes: 1 addition & 1 deletion quick-build.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set MAVEN_OPTS=-Xmx256m
mvn install -Dtest=false -DfailIfNoTests=false %*
mvn clean install -Dtest=false -DfailIfNoTests=false %*
2 changes: 1 addition & 1 deletion quick-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ echo ''
echo ''
echo ''

mvn install -Dtest=false -DfailIfNoTests=false $*
mvn clean install -Dtest=false -DfailIfNoTests=false $*

0 comments on commit 6635106

Please sign in to comment.