Re: [VOTE] Release Maven Resources plugin version 2.3

2008-10-14 Thread Stephane Nicoll
+1 Excellent! S. On Wed, Oct 15, 2008 at 5:54 AM, Olivier Lamy <[EMAIL PROTECTED]> wrote: > Hi, > I'd like to release the maven-resources-plugin (the last release is > more than 2 years old) > > We solved 23 issues: > > http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12622&styleName=Ht

Re: [VOTE] Release Maven Resources plugin version 2.3

2008-10-14 Thread Vincent Siveton
+1 It was on my todo list, one of less :) Thanks for this! Vincent 2008/10/14 Olivier Lamy <[EMAIL PROTECTED]>: > Hi, > I'd like to release the maven-resources-plugin (the last release is > more than 2 years old) > > We solved 23 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?version

[VOTE] Release Maven Resources plugin version 2.3

2008-10-14 Thread Olivier Lamy
Hi, I'd like to release the maven-resources-plugin (the last release is more than 2 years old) We solved 23 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12622&styleName=Html&projectId=11145&Create=Create Staging repo: http://people.apache.org/~olamy/staging-repo/ Staging site

Re: svn commit: r704423 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/builder/PomClassicTransformer.java

2008-10-14 Thread Shane Isbell
It is pretty bad. In 2.0.x, if I define url="http"//sonatype.org", then this value will be applied to ${url}. If later, someone defines project.properties.url = "foobar", in either the child or parent pom, then ${url} will resolve to foobar. So in one case ${url} is ${project.url}, in another case

RE: svn commit: r704423 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/builder/PomClassicTransformer.java

2008-10-14 Thread Brian E. Fox
>Since I currently cannot imagine a use case for this aliasing, I am +1 >if the next model version would simplify/restrict the interpolation >semantics to not alias project.foo with foo. Same here but unfortunately this should be tied to the model version, otherwise a ton of stuff in central wo

Re: svn commit: r704423 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/builder/PomClassicTransformer.java

2008-10-14 Thread Benjamin Bentmann
Hi Shane, Author: sisbell Date: Tue Oct 14 02:56:13 2008 New Revision: 704423 URL: http://svn.apache.org/viewvc?rev=704423&view=rev Log: Fix for IT100. During interpolation, something with 'parent.' needs to be aliased: 'project.parent.' I'm not sure that this is good behavior, given that som

Suggestion for a use case involving mix-ins. (from m2-eclipse tycho build).

2008-10-14 Thread chris bedford
Hello, I had the pleasure of attending the Maven User's group meeting last week and meeting Shane. I mentioned to Shane that i thought it would be useful to be able to parameterized instantiations (imports) of mixins. But I couldn't think of a good use case at the time. Here is a suggestion for