Re: [VOTE] Release maven plugin testing 2.1

2012-09-22 Thread Kristian Rosenvold
If you fix it on trunk I'll re-run. K Den 23. sep. 2012 kl. 05:07 skrev Igor Fedorenko : > There is a problem in maven-plugin-testing-harness I meant to fix right > after I released 2.0 but it somehow slipped my mind. > > Use of scope=compile for maven core dependencies can result in rather > ha

Re: [VOTE] Release maven plugin testing 2.1

2012-09-22 Thread Igor Fedorenko
There is a problem in maven-plugin-testing-harness I meant to fix right after I released 2.0 but it somehow slipped my mind. Use of scope=compile for maven core dependencies can result in rather hard to debug problems if plugin being tested specifies different version of maven in its pom.xml. I t

[VOTE] Release maven plugin testing 2.1

2012-09-22 Thread Kristian Rosenvold
I'd like to release maven plugin testing 2.1 The main intent of this release is to modernize dependencies, so we can build on post 1.5 jdks for dependant projects. This includes especially upgrading to easymock 2.5.2, dependencies updating to this version should adjust their easymock dependency a

Re: How to get a plugin execution to download a maven artifact using a provided maven coordinate to an alternative maven local repo ( not under the default .m2/repository )

2012-09-22 Thread Dan Tran
sorry about the noise I found plenty of example from here https://docs.sonatype.org/display/AETHER/Home -D On Sat, Sep 22, 2012 at 11:37 AM, Dan Tran wrote: > Hello all, > > this is related to http://jira.codehaus.org/browse/MDEP-313 where i > can use mvn2 to download both release and snapshot.

How to get a plugin execution to download a maven artifact using a provided maven coordinate to an alternative maven local repo ( not under the default .m2/repository )

2012-09-22 Thread Dan Tran
Hello all, this is related to http://jira.codehaus.org/browse/MDEP-313 where i can use mvn2 to download both release and snapshot. Staring with maven3 its stops working for SNAPSHOT since maven2, for some reason, cant translate "SNAPSHOT" into timestamp available at remote repo. I am guessing is

Re: svn commit: r1383409 - /maven/plugins/trunk/maven-source-plugin/pom.xml

2012-09-22 Thread Dennis Lundberg
Thanks Olivier! On 2012-09-21 21:34, Olivier Lamy wrote: > Side effect of r1387714 [1] as source-plugin was using plexus-archiver 2.1.2 > I have fixed that. > > -- > Olivier > [1] http://svn.apache.org/viewvc?view=revision&revision=1387714 > > 2012/9/21 Dennis Lundberg : >> Hi >> >> There are n