Hi, Ok I understand the point (I have reverted the commit). But 2.0.6 has been released ~ 1 year ago. What could be the time to wait to add a core prerequisite ? (Note : the jar plugin have this prerequisite and I haven't yet seen user complaining).
I don't know how many people use mvn before 2.0.6 currently (except the guys who wants to deploy plexus-utils ;-) but they could easily lock the plugin version). It's difficult to have such statistic. -- Olivier 2008/2/23, Jason van Zyl <[EMAIL PROTECTED]>: > That's probably not a good idea as it's a plugin in the default > lifecycle which means now that anyone using anything before 2.0.6 is > going to get cut off from any improvements. > > It's really a policy decision but I think it would be a good idea to > try and keep the default lifecycle plugins working as far back to 2.0 > as we can. We just have to live with the cruft in this case. > > On 22-Feb-08, at 2:25 PM, [EMAIL PROTECTED] wrote: > > > Author: olamy > > Date: Fri Feb 22 14:25:07 2008 > > New Revision: 630338 > > > > URL: http://svn.apache.org/viewvc?rev=630338&view=rev > > Log: > > upgrade to p-u 1.5 > > remove duplicated classes from p-u > > > > > > Removed: > > maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/codehaus/ > > Modified: > > maven/plugins/trunk/maven-deploy-plugin/pom.xml > > > > Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml > > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/pom.xml?rev=630338&r1=630337&r2=630338&view=diff > > = > > = > > = > > = > > = > > = > > = > > = > > ====================================================================== > > --- maven/plugins/trunk/maven-deploy-plugin/pom.xml (original) > > +++ maven/plugins/trunk/maven-deploy-plugin/pom.xml Fri Feb 22 > > 14:25:07 2008 > > @@ -30,7 +30,7 @@ > > <version>2.4-SNAPSHOT</version> > > <inceptionYear>2004</inceptionYear> > > <prerequisites> > > - <maven>2.0</maven> > > + <maven>2.0.6</maven> > > </prerequisites> > > <issueManagement> > > <system>JIRA</system> > > @@ -68,6 +68,11 @@ > > <groupId>org.apache.maven</groupId> > > <artifactId>maven-artifact</artifactId> > > <version>2.0.6</version> > > + </dependency> > > + <dependency> > > + <groupId>org.codehaus.plexus</groupId> > > + <artifactId>plexus-utils</artifactId> > > + <version>1.5</version> > > </dependency> > > <dependency> > > <groupId>org.apache.maven</groupId> > > > > > > Thanks, > > Jason > > ---------------------------------------------------------- > Jason van Zyl > Founder, Apache Maven > jason at sonatype dot com > ---------------------------------------------------------- > > We know what we are, but know not what we may be. > > -- Shakespeare > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
