[
https://jira.codehaus.org/browse/MNG-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-3959:
--------------------------------
Affects Version/s: 2.2.1
> Per-execution inherited flag ignored
> ------------------------------------
>
> Key: MNG-3959
> URL: https://jira.codehaus.org/browse/MNG-3959
> Project: Maven
> Issue Type: Bug
> Components: Inheritance and Interpolation
> Affects Versions: 2.2.1
> 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 was sent by Atlassian JIRA
(v6.1.6#6162)