[
http://jira.codehaus.org/browse/MNG-4008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shane Isbell closed MNG-4008.
-----------------------------
Resolution: Fixed
Fix Version/s: (was: 3.0-alpha-4)
3.0-alpha-3
I was able to reproduce problem in joined filters of parent-child poms. Added
rule in PomTransformer.
> [regression] Build filters are collapsed
> ----------------------------------------
>
> Key: MNG-4008
> URL: http://jira.codehaus.org/browse/MNG-4008
> Project: Maven 2
> Issue Type: Bug
> Components: Inheritance and Interpolation
> Affects Versions: 3.0-alpha-1
> Reporter: Benjamin Bentmann
> Assignee: Shane Isbell
> Fix For: 3.0-alpha-3
>
>
> Input POM snippet:
> {code:xml}
> <build>
> <filters>
> <filter>src/main/filters/a.properties</filter>
> <filter>src/main/filters/c.properties</filter>
> <filter>src/main/filters/b.properties</filter>
> <filter>src/main/filters/d.properties</filter>
> </filters>
> </build>
> {code}
> Effective POM:
> {code:xml}
> <build>
> <filters>
> <filter>src/main/filters/a.properties</filter>
> </filters>
> </build>
> {code}
> i.e. only one filter definition survives.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira