[ http://jira.codehaus.org/browse/MNG-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Benjamin Bentmann moved MANTRUN-103 to MNG-3959: ------------------------------------------------ Affects Version/s: (was: 1.3) Complexity: Intermediate Key: MNG-3959 (was: MANTRUN-103) Project: Maven 2 (was: Maven 2.x Antrun Plugin) > Per-execution inherited flag ignored > ------------------------------------ > > Key: MNG-3959 > URL: http://jira.codehaus.org/browse/MNG-3959 > Project: Maven 2 > Issue Type: Bug > Components: Inheritance and Interpolation > Reporter: Dave Syer > > Per-execution inherited flag ignored. E.g. > {code} > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-antrun-plugin</artifactId> > <executions> > <execution> > <id>test</id> > <phase>initialize</phase> > <inherited>false</inherited> > ... > {code} > If you move the inherited element up to the plugin level it works, but then > that applies to all executions, which isn't what is needed. -- 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