Plugin configuration is not rewritten to release-pom.xml if <inherited>false</..> ---------------------------------------------------------------------------------
Key: MRELEASE-283 URL: http://jira.codehaus.org/browse/MRELEASE-283 Project: Maven 2.x Release Plugin Issue Type: Bug Affects Versions: 2.0-beta-7 Reporter: Gabriele Contini Priority: Minor I have the following plugin configuration: <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> 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 contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira