Skip to content

Commit 6700ccb

Browse files
committed
Added a full build batch script.
1 parent feb7782 commit 6700ccb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

full-build-1.6.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
setlocal
2+
echo Setting JAVA_HOME to %JAVA6_HOME%.
3+
set JAVA_HOME=%JAVA6_HOME%
4+
call mvn clean install -Pall -DperformRelease
5+
endlocal

0 commit comments

Comments
 (0)