You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Arnaud Heritier (JIRA)" <ji...@codehaus.org> on 2008/12/19 07:32:30 UTC

[jira] Updated: (MRELEASE-283) Plugin configuration is not rewritten to release-pom.xml if false

     [ http://jira.codehaus.org/browse/MRELEASE-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arnaud Heritier updated MRELEASE-283:
-------------------------------------

    Component/s: prepare

> 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
>          Components: prepare
>    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