Re: [VOTE] Release Maven Resources Plugin version 2.6 Take 2

2012-08-17 Thread Tony Chemit
On Thu, 16 Aug 2012 23:04:19 +0200 Olivier Lamy wrote: +1 thanks. tony. > +1 > > 2012/8/15 Stephane Nicoll : > > Hi, > > > > We solved 9 issues: > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11145&styleName=Html&version=17177 > > > > There are still around 30 issues left in J

Re: Updating dependencies on Maven 2.x to Maven 3.x in plugins?

2012-08-17 Thread Stephen Connolly
On Friday, 17 August 2012, Stanislav Ochotnicky wrote: > > Quoting Stephen Connolly (2012-08-17 13:32:54) > > If in 50 years time that means that there is still some Maven plugins > that > > depend on some of the published Maven APIs from Maven 2.0 then that is a > > success on behalf of the Maven

Re: Updating dependencies on Maven 2.x to Maven 3.x in plugins?

2012-08-17 Thread Stanislav Ochotnicky
Quoting Stephen Connolly (2012-08-17 13:32:54) > If in 50 years time that means that there is still some Maven plugins that > depend on some of the published Maven APIs from Maven 2.0 then that is a > success on behalf of the Maven developers, not a failure to force people to > upgrade. I honestl

Re: Optimizing archiver performance by sniffing file headers ?

2012-08-17 Thread Dawid Weiss
> (Making your JAR files uncompressed and then the WAR file compressed > sounds weird to me...?) This may actually make sense since zipping an uncompressed ZIP file will be more like tar/gz and will result in better compression performance (because zip dictionaries are contiguous over multiple fil

Optimizing archiver performance by sniffing file headers ?

2012-08-17 Thread Kristian Rosenvold
In the following patch https://github.com/krosenvold/plexus-archiver/commit/e525cf9ad07ef2e96b1c4281945c06e2f59f7d5a I added sniffing of the file ZIP header to the "archive" function, and if the file being added is already zipped, I store it instead of deflating it in the archive (avoiding recompre

Re: Updating dependencies on Maven 2.x to Maven 3.x in plugins?

2012-08-17 Thread Hervé BOUTEMY
I have 2 remarks to add: 1. even if a plugin has a dependency on an old Maven core artifact, it's at compile time but not runtime: the artifact used at runtime is the artifact from the actual Maven version used, the old artifact isn't even downloaded. Then there is really no problem with plugin

Re: Updating dependencies on Maven 2.x to Maven 3.x in plugins?

2012-08-17 Thread Stephen Connolly
On 17 August 2012 12:32, Stephen Connolly wrote: > On 17 August 2012 11:33, Stanislav Ochotnicky wrote: > >> Quoting Jason van Zyl (2012-07-30 17:43:13) >> > On Jul 30, 2012, at 10:10 AM, Stephen Connolly wrote: >> > >> > > The only reason to do this from my PoV is if the plugin requires >> featur

Re: Updating dependencies on Maven 2.x to Maven 3.x in plugins?

2012-08-17 Thread Stephen Connolly
On 17 August 2012 11:33, Stanislav Ochotnicky wrote: > Quoting Jason van Zyl (2012-07-30 17:43:13) > > On Jul 30, 2012, at 10:10 AM, Stephen Connolly wrote: > > > > > The only reason to do this from my PoV is if the plugin requires > features > > > only available in Maven 3. > > > > > > There are

Re: Updating dependencies on Maven 2.x to Maven 3.x in plugins?

2012-08-17 Thread Stanislav Ochotnicky
Quoting Chris Graham (2012-07-30 15:43:31) > I work with a lot of older (sometimes out of service software [customers pay > a fortune but are prepared to live with it]) so I'm generally a fan of the > lowest common denominator. Indeed nothing wrong with it > > What do you hope to achieve by the

Re: Updating dependencies on Maven 2.x to Maven 3.x in plugins?

2012-08-17 Thread Stanislav Ochotnicky
Quoting Jason van Zyl (2012-07-30 17:43:13) > On Jul 30, 2012, at 10:10 AM, Stephen Connolly wrote: > > > The only reason to do this from my PoV is if the plugin requires features > > only available in Maven 3. > > > > There are still a significant number of users who use Maven 2.2.1, yeah I > >