Author: brett
Date: Tue Nov 22 05:07:52 2011
New Revision: 1204810
URL: http://svn.apache.org/viewvc?rev=1204810&view=rev
Log:
unify bootstrap mechanism
Added:
incubator/npanday/trunk/bootstrap.bat
- copied, changed from r1197475,
incubator/npanday/trunk/mvn2_bootstrap_new_version.bat
Removed:
incubator/npanday/trunk/mvn2_bootstrap_new_version.bat
incubator/npanday/trunk/mvn3_bootstrap_new_version_interactive.bat
Modified:
incubator/npanday/trunk/pom.xml
Copied: incubator/npanday/trunk/bootstrap.bat (from r1197475,
incubator/npanday/trunk/mvn2_bootstrap_new_version.bat)
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/bootstrap.bat?p2=incubator/npanday/trunk/bootstrap.bat&p1=incubator/npanday/trunk/mvn2_bootstrap_new_version.bat&r1=1197475&r2=1204810&rev=1204810&view=diff
==============================================================================
--- incubator/npanday/trunk/mvn2_bootstrap_new_version.bat (original)
+++ incubator/npanday/trunk/bootstrap.bat Tue Nov 22 05:07:52 2011
@@ -27,7 +27,7 @@ echo Bootstrapping the NPanday Compile
echo ###################################################################
@echo on
-call mvn install --projects org.apache.npanday.plugins:maven-compile-plugin
--also-make
+call mvn install -Dbootstrap --projects
org.apache.npanday.plugins:maven-compile-plugin --also-make
IF %ERRORLEVEL% NEQ 0 GOTO Error
@echo off
@@ -47,4 +47,4 @@ echo ###################################
pause
@echo on
-:End
\ No newline at end of file
+:End
Modified: incubator/npanday/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1204810&r1=1204809&r2=1204810&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Tue Nov 22 05:07:52 2011
@@ -267,7 +267,6 @@ under the License.
<module>components</module>
<module>archetypes</module>
<module>plugins</module>
- <module>dotnet</module>
</modules>
<build>
<plugins>
@@ -498,6 +497,17 @@ under the License.
</dependencyManagement>
<profiles>
<profile>
+ <id>dotnet-modules</id>
+ <activation>
+ <property>
+ <name>!bootstrap</name>
+ </property>
+ </activation>
+ <modules>
+ <module>dotnet</module>
+ </modules>
+ </profile>
+ <profile>
<id>integrationTests</id>
<modules>
<module>npanday-it-runner</module>