Skip to content

Commit

Permalink
Batch script for the full build.
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed Dec 29, 2014
1 parent 5b2e3d7 commit 8599e08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions full-build-1.6.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
setlocal
echo Setting JAVA_HOME to %JAVA6_HOME%.
set JAVA_HOME=%JAVA6_HOME%
call mvn clean install -Pall -DperformRelease
endlocal

0 comments on commit 8599e08

Please sign in to comment.