I still use 2.0.5 daily at the office.
I do have 2.0.7 and 2.0.8 installed too, but there's some bad juju (re: bugs) starting in 2.0.6+ WRT corporate repositories, wagon lightweight http, non-projects (archetype, install-file, deploy-file, eclipse, etc...) and also plugin resolution. So we are stuck on 2.0.5 for the time being.

John Casey has recently closed many of the bugs that we are having with 2.0.6+, but there hasn't been a release of 2.0.x yet with those fixes in it. I've been using a build from the maven-2.0.x branch for a week or so that seems to address many of the issues, but haven't fully fleshed out the use cases yet.

- Joakim

Olivier Lamy wrote:
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]



--
- Joakim Erdfelt
 [EMAIL PROTECTED]
 Open Source Software (OSS) Developer


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to