From dc8b943e49c75acff0d02a3bb67c38dbb05143c2 Mon Sep 17 00:00:00 2001 From: Vhati Date: Thu, 28 Nov 2013 23:17:41 -0500 Subject: [PATCH] Recommended 'mvn clean package' as a single call --- readme_developers.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme_developers.txt b/readme_developers.txt index 8c7f3c4..b001613 100644 --- a/readme_developers.txt +++ b/readme_developers.txt @@ -3,7 +3,7 @@ The build process for this project is automated by Maven. http://docs.codehaus.org/display/MAVENUSER/Getting+Started+with+Maven -To build, run "mvn clean" and "mvn package" in this folder. +To build, run "mvn clean package" in this folder. "img/" @@ -21,7 +21,7 @@ To build, run "mvn clean" and "mvn package" in this folder. - Drag "launch4j.xml" onto "launch4jc.exe". - "modman.exe" will appear alongside the xml. - Drag modman.exe into "skel_win/". - - Run "mvn clear" and "mvn package". + - Run "mvn clean package". "auto_update.json" Info about the latest release, downloaded periodically by clients. @@ -65,7 +65,7 @@ SET M2=%M2_HOME%\bin SET PATH=%M2%;%PATH% CD /D "%~dp0" -CALL mvn clean && CALL mvn package +CALL mvn clean package PAUSE ENDLOCAL & EXIT /B