[ http://jira.codehaus.org/browse/MNG-4934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Benjamin Bentmann updated MNG-4934: ----------------------------------- Component/s: (was: Plugin Requests) Plugins and Lifecycle Description: the addMavenDescriptor parameter in the maven-war-plugin 2.1 does not work in combination with maven 3.0.1 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <version>2.1</version> <configuration> <warName>myproject</warName> <archive> <addMavenDescriptor>false</addMavenDescriptor> </archive> </configuration> </plugin> was: the addMavenDescriptor parameter in the maven-war-plugin 2.1 does not work in combination with maven 3.0.1 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <version>2.1</version> <configuration> <warName>myproject</warName> <archive> <addMavenDescriptor>false</addMavenDescriptor> </archive> </configuration> </plugin> > addMavenDescriptor does not work with maven 3.0.1 > ------------------------------------------------- > > Key: MNG-4934 > URL: http://jira.codehaus.org/browse/MNG-4934 > Project: Maven 2 & 3 > Issue Type: Bug > Components: Plugins and Lifecycle > Affects Versions: 3.0.1 > Reporter: Thomas Volk > > the addMavenDescriptor parameter in the maven-war-plugin 2.1 > does not work in combination with maven 3.0.1 > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-war-plugin</artifactId> > <version>2.1</version> > <configuration> > <warName>myproject</warName> > <archive> > <addMavenDescriptor>false</addMavenDescriptor> > </archive> > </configuration> > </plugin> -- 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