On 23-Feb-08, at 5:26 AM, Olivier Lamy wrote:
Hi,
Ok I understand the point (I have reverted the commit).
But 2.0.6 has been released ~ 1 year ago.
There are still lots of people using 2.0.5 due to some core+surefire
problems. But really if people have products building with version of
Maven like 2.0.4 then there is little reason to change if those
projects are in maintenance, but they may very well want some fixes in
the plugins. If we started blocking them out of core plugin fixes I
think they would get upset. I think we should make an attempt with all
the plugins but with the default lifecycle plugins it's particularly
nasty if we made people upgrade to get critical fixes in plugins.
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 who did that, but again it's really a policy decision. If
it's just some code lying around we think makes the code more "tidy"
then I don't think that's really a good enough reason. I think if
users understood the implications they would probably complain. If
there are people who are not locking down the versions of plugins that
they use and are using an older version of Maven then the plugin
version selector just ignores that plugin update if there is a
prerequisite for a newer version.
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]
Thanks,
Jason
----------------------------------------------------------
Jason van Zyl
Founder, Apache Maven
jason at sonatype dot com
----------------------------------------------------------
You are never dedicated to something you have complete confidence in.
No one is fanatically shouting that the sun is going to rise tomorrow.
They know it is going to rise tomorrow. When people are fanatically
dedicated to political or religious faiths or any other kind of
dogmas or goals, it's always because these dogmas or
goals are in doubt.
-- Robert Pirzig, Zen and the Art of Motorcycle Maintenance
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]