Re: Potential depMgt import bug was Re: [ANN] Apache Maven 3.2.2 Release

2014-07-16 Thread Igor Fedorenko
MNG-5663 [1] looks like the same problem and there is a (somewhat large and convoluted) example. The problem seems to be triggered by use of inherited ${property} to define import scoped dependency version, but I could not easily setup a standalone project to trigger this. [1] http://jira.codehau

Re: DefaultValues for parameters (List)

2014-07-16 Thread Igor Fedorenko
I debugged it some time ago and I think there is a bug with default values of List parameters. I didn't have time to fix it though. -- Regards, Igor On 2014-07-16, 17:10, Karl Heinz Marbaise wrote: Hi, currently i found an issue which i want to know if it's a know issue or a misunderstanding o

Re: Potential depMgt import bug was Re: [ANN] Apache Maven 3.2.2 Release

2014-07-16 Thread Timothy Astle
I'll try to strip down a project tomorrow / come up with some steps to see if I can make something that can reproduce the problem without all of the overhead. Tim On 16/07/2014 11:24 PM, Jason van Zyl wrote: I need a project that reproduces the problem in order to try and fix it. On Jul 16

Re: Potential depMgt import bug was Re: [ANN] Apache Maven 3.2.2 Release

2014-07-16 Thread Jason van Zyl
I need a project that reproduces the problem in order to try and fix it. On Jul 16, 2014, at 10:07 PM, Timothy Astle wrote: > I believe I hit the same problem. This only surfaced after moving to 3.2.2. > > My project might not be as large as Arnaud's, but it's closed source. I'm > definitely

Re: Potential depMgt import bug was Re: [ANN] Apache Maven 3.2.2 Release

2014-07-16 Thread Timothy Astle
I believe I hit the same problem. This only surfaced after moving to 3.2.2. My project might not be as large as Arnaud's, but it's closed source. I'm definitely willing to help debug the issue if needed. Best wishes, Tim D:\Work\web_framework_trunk>mvn clean [INFO] Scanning for projects..

Re: How to handle plugins that requires Java 6 (Was: Re: svn commit: r1611019 - /maven/plugins/trunk/pom.xml)

2014-07-16 Thread Olivier Lamy
+1 But in mid 2014 we can probably think of being 1.6 required? (yup I know but we can start this discussion again every year :-) ) On 17 July 2014 06:01, Hervé BOUTEMY wrote: > +1 but the value should probably be a range: [1.6,) > > Regards, > > Hervé > > Le mercredi 16 juillet 2014 16:41:38 D

Re: ArtifactResolver from maven-artifact

2014-07-16 Thread Mark Derricutt
On 17 Jul 2014, at 10:02, Karl Heinz Marbaise wrote: Check the maven-compat artifact which contains those classes. http://search.maven.org/#search|gav|1|g%3A%22org.apache.maven%22%20AND%20a%3A%22maven-compat%22 Cheers! I knew they must have moved somewhere. --

Re: ArtifactResolver from maven-artifact

2014-07-16 Thread Karl Heinz Marbaise
Hi Mark, > 'lo all, Over the weekend Richard Vowles and myself forked the maven-tiles plugin to get it up and working on Maven 3.2.x ( it was bound directly to the old Eclipse Aether classes ) and in the process reworked the code to use `ArtifactResolver` from `maven-artifact:2.0.9` based on tr

ArtifactResolver from maven-artifact

2014-07-16 Thread Mark Derricutt
'lo all, Over the weekend Richard Vowles and myself forked the maven-tiles plugin to get it up and working on Maven 3.2.x ( it was bound directly to the old Eclipse Aether classes ) and in the process reworked the code to use `ArtifactResolver` from `maven-artifact:2.0.9` based on tracing code

Re: How to handle plugins that requires Java 6 (Was: Re: svn commit: r1611019 - /maven/plugins/trunk/pom.xml)

2014-07-16 Thread Hervé BOUTEMY
+1 but the value should probably be a range: [1.6,) Regards, Hervé Le mercredi 16 juillet 2014 16:41:38 Dennis Lundberg a écrit : > Hi > > Fixing MPMD-182 meant bumping the Java requirement for > maven-pmd-plugin to Java 6. That in turn failed the Jenkins jobs that > have the plugins aggregator

Re: Releasing maven-scm 1.10??

2014-07-16 Thread Karl Heinz Marbaise
Hi Dan, started to prepare the release... Kind regards Karl-Heinz Marbaise On 7/16/14 9:23 PM, Dan Tran wrote: I was hoping someone with much more experience releasing apache maven components to release it. Otherwise, I guest I have to roll my sleeves and go thru it ( it is my first time tho

Re: Releasing maven-scm 1.10??

2014-07-16 Thread Dan Tran
I was hoping someone with much more experience releasing apache maven components to release it. Otherwise, I guest I have to roll my sleeves and go thru it ( it is my first time thou) Thanks -Dan On Wed, Jul 16, 2014 at 12:06 PM, Karl Heinz Marbaise wrote: > Hi Dan, > > > > Hi Karl, > >> >

Re: Releasing maven-scm 1.10??

2014-07-16 Thread Karl Heinz Marbaise
Hi Dan, > Hi Karl, Yes it is http://maven.apache.org/scm Will you be able to cut it? Are you not able to do so? Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional co

Re: Releasing maven-scm 1.10??

2014-07-16 Thread Dan Tran
Hi Karl, Yes it is http://maven.apache.org/scm Will you be able to cut it? Thanks -Dan On Wed, Jul 16, 2014 at 11:01 AM, Karl Heinz Marbaise wrote: > Hi Dan, > > > > Need some help to release this component so that I can release Perforce > >> provider using p4java at workshop.perforce.com

Re: Releasing maven-scm 1.10??

2014-07-16 Thread Karl Heinz Marbaise
Hi Dan, > Need some help to release this component so that I can release Perforce provider using p4java at workshop.perforce.com. Very much appreciated. What in detail do you need? Are we talking about: http://maven.apache.org/scm/ http://jira.codehaus.org/browse/SCM Kind regards Karl-Hein

Releasing maven-scm 1.10??

2014-07-16 Thread Dan Tran
Need some help to release this component so that I can release Perforce provider using p4java at workshop.perforce.com. Very much appreciated. -D

How to handle plugins that requires Java 6 (Was: Re: svn commit: r1611019 - /maven/plugins/trunk/pom.xml)

2014-07-16 Thread Dennis Lundberg
Hi Fixing MPMD-182 meant bumping the Java requirement for maven-pmd-plugin to Java 6. That in turn failed the Jenkins jobs that have the plugins aggregator as its source. I've temporarily disable the PMD Plugin module in the aggregator POM. A more permament fix is needed. Would adding a profile t

DefaultValues for parameters (List)

2014-07-16 Thread Karl Heinz Marbaise
Hi, currently i found an issue which i want to know if it's a know issue or a misunderstanding on my site: I have tried to change the code from the following: @Parameter private List pomIncludes = Collections.singletonList( "*/pom.xml" ); into the following: @Parameter( defaultValue =