jvanzyl 2004/04/12 13:21:48
Modified: maven-core bootstrap.sh
Log:
o we need to install the parent plugin model before the plugins can
be built when we are starting from scratch
Revision Changes Path
1.5 +7 -0 maven-components/maven-core/bootstrap.sh
Index: bootstrap.sh
===================================================================
RCS file: /home/cvs/maven-components/maven-core/bootstrap.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bootstrap.sh 12 Apr 2004 19:07:32 -0000 1.4
+++ bootstrap.sh 12 Apr 2004 20:21:48 -0000 1.5
@@ -33,6 +33,13 @@
rm -f ${DIST}/lib/junit*.jar > /dev/null 2>&1
+# Install parent plugin model
+
+(
+ cd ../maven-plugins
+ mboot --pom-install
+)
+
# Build the plugins
for plugin in `cat bootstrap.plugins`
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]