Hi,
I'd like to include the new component maven-filtering to do the
resources job and add some it tests.
Should I create a branch for including the new component ?
Other comments inline.


2008/2/27, Paul Gier <[EMAIL PROTECTED]>:
> Hi Everyone,
>
>  The resources plugin seems be a bit neglected lately ;), so I took a look
>  through the current open issues.
>  These issues have relatively simple patches attached:
>  http://jira.codehaus.org/browse/MRESOURCES-39
This is included in the maven-filtering component
(mavenSession.executionProperties always wins now)
>  http://jira.codehaus.org/browse/MRESOURCES-20
The issue I see with this is backward comp
The following content :
pomVersionWithoutPomDot=${version}
pomVersionWithPomDot=${pom.version}
is currently interpolated to :
pomVersionWithoutPomDot=1.0-SNAPSHOT
pomVersionWithPomDot=1.0-SNAPSHOT
With the patch :
pomVersionWithoutPomDot=1.0-SNAPSHOT
pomVersionWithPomDot=${pom.version}

>  http://jira.codehaus.org/browse/MRESOURCES-35

I have in my mind : "All file references are always relative to the
project itself."
?

>  http://jira.codehaus.org/browse/MRESOURCES-28
yes a nice to have ;-)
>
>  I think this one is already fixed an can be closed:
>  http://jira.codehaus.org/browse/MRESOURCES-49
Yep I can't reproduce too.
>
>  Does anyone have access and time to apply the patches and schedule them for 
> the
>  2.3 release in the roadmap?
>
>  This one might require a bit more work to verify the patch:
>  http://jira.codehaus.org/browse/MRESOURCES-37
>
>  So maybe it can be scheduled for a 2.4 release?
>
>  Thanks!
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Olivier

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to