On Thu, 2005-03-31 at 13:38 +0000, [EMAIL PROTECTED] wrote: > brett 2005/03/31 05:38:15 > > Modified: maven-plugins/maven-idea-plugin pom.xml > Log: > mboot required dep
Please let's not go down this path again. Plugins that are not core should not be built during the bootstrap. Are we currently trying to build all plugins during the bootstrap? If so we need to stop this asap. That is just a crazy practice in m1 that definitely should not get carried over to m2. > Revision Changes Path > 1.2 +6 -0 > maven-components/maven-plugins/maven-idea-plugin/pom.xml > > Index: pom.xml > =================================================================== > RCS file: > /home/cvs/maven-components/maven-plugins/maven-idea-plugin/pom.xml,v > retrieving revision 1.1 > retrieving revision 1.2 > diff -u -r1.1 -r1.2 > --- pom.xml 31 Mar 2005 11:27:00 -0000 1.1 > +++ pom.xml 31 Mar 2005 13:38:15 -0000 1.2 > @@ -25,5 +25,11 @@ > <artifactId>maven-artifact</artifactId> > <version>2.0-SNAPSHOT</version> > </dependency> > + <!-- for the benefit of mboot... --> > + <dependency> > + <groupId>plexus</groupId> > + <artifactId>plexus-utils</artifactId> > + <version>1.0-alpha-2-SNAPSHOT</version> > + </dependency> > </dependencies> > </project> > > > > -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society
