+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
+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
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
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
>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
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
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