[
https://jira.codehaus.org/browse/MRELEASE-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=290231#comment-290231
]
Robert Scholte commented on MRELEASE-283:
-----------------------------------------
This seems to be caused by the version of Maven used. I was able to reproduce
it with 2.0.9, but not with 2.2.1 (using maven-release-plugin:2.0-beta-7).
I'll write a test for it and close it.
> Plugin configuration is not rewritten to release-pom.xml if
> <inherited>false</..>
> ---------------------------------------------------------------------------------
>
> Key: MRELEASE-283
> URL: https://jira.codehaus.org/browse/MRELEASE-283
> Project: Maven 2.x Release Plugin
> Issue Type: Bug
> Components: prepare
> Affects Versions: 2.0-beta-7
> Reporter: Gabriele Contini
> Priority: Minor
>
> I have the following plugin configuration:
> {noformat}
> <plugins>
> <plugin>
> <inherited>false</inherited>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-war-plugin</artifactId>
> <configuration>
>
> <warSourceIncludes>**/*.tld,**/dtd/**,WEB-INF/web.xml</warSourceIncludes>
> </configuration>
> </plugin>
> </plugins>
> {noformat}
> It is not copied to the {{release-pom.xml}} during {{release:prepare}}, thus
> breaking the build process.
> If i remove {{<inherited>false</inherited>}} it gets copied.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira