My favorites | Sign in
Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@echo off
rem @version $Revision$ ($Author$) $Date$
rem helper to run maven2
rem
if not defined MAVEN_OPTS set MAVEN_OPTS=-Xmx256M

rem call mvn clean
rem @if errorlevel 1 goto errormark

rem call mvn clean deploy -P build,build-snapshot
rem @if errorlevel 1 goto errormark

call mvn deploy site-deploy -P build
@if errorlevel 1 goto errormark
@goto endmark
:errormark
@echo Error in build
pause
:endmark
Show details Hide details

Change log

r2780 by skarzhevskyy on Feb 21, 2009   Diff
Moving to multi-platform cruisecontrol
Go to: 
Project members, sign in to write a code review

Older revisions

r2673 by skarzhevskyy on Dec 25, 2008   Diff
correction to profiles
All revisions of this file

File info

Size: 431 bytes, 19 lines

File properties

svn:mime-type
text/plain
svn:eol-style
CRLF
svn:keywords
Date Author Id Revision
Hosted by Google Code