You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2011/12/19 01:08:09 UTC

svn commit: r1220574 - in /incubator/npanday/trunk: bootstrap.bat bootstrap.sh

Author: brett
Date: Mon Dec 19 01:08:09 2011
New Revision: 1220574

URL: http://svn.apache.org/viewvc?rev=1220574&view=rev
Log:
clean for bootstrap

Modified:
    incubator/npanday/trunk/bootstrap.bat
    incubator/npanday/trunk/bootstrap.sh

Modified: incubator/npanday/trunk/bootstrap.bat
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/bootstrap.bat?rev=1220574&r1=1220573&r2=1220574&view=diff
==============================================================================
--- incubator/npanday/trunk/bootstrap.bat (original)
+++ incubator/npanday/trunk/bootstrap.bat Mon Dec 19 01:08:09 2011
@@ -27,7 +27,7 @@ echo  Bootstrapping the NPanday Compile 
 echo ###################################################################
 @echo on
 
-call mvn install -Dbootstrap --projects org.apache.npanday.plugins:maven-compile-plugin --also-make
+call mvn clean install -Dbootstrap --projects org.apache.npanday.plugins:maven-compile-plugin --also-make
 IF %ERRORLEVEL% NEQ 0 GOTO Error
 
 @echo off

Modified: incubator/npanday/trunk/bootstrap.sh
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/bootstrap.sh?rev=1220574&r1=1220573&r2=1220574&view=diff
==============================================================================
--- incubator/npanday/trunk/bootstrap.sh (original)
+++ incubator/npanday/trunk/bootstrap.sh Mon Dec 19 01:08:09 2011
@@ -28,7 +28,7 @@ echo ###################################
 echo  Bootstrapping the NPanday Compile Plugin
 echo ###################################################################
 
-mvn install -Dbootstrap --projects org.apache.npanday.plugins:maven-compile-plugin --also-make
+mvn clean install -Dbootstrap --projects org.apache.npanday.plugins:maven-compile-plugin --also-make
 
 echo ###################################################################
 echo  SUCCESS! Now you should be able to build using 'mvn install'