[
https://jira.codehaus.org/browse/MRELEASE-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MRELEASE-283.
-----------------------------------
Resolution: Won't Fix
Please refer to
https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014
if you're wondering why this issue was closed out.
Assignee, if you think you can fix this bug anytime soon, please reopen and
proceed appropriately.
> 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 Release Plugin
> Issue Type: Bug
> Components: prepare
> Affects Versions: 2.0-beta-7
> Reporter: Gabriele Contini
> Assignee: Robert Scholte
> 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 was sent by Atlassian JIRA
(v6.1.6#6162)