Per-execution inherited flag ignored ------------------------------------ Key: MANTRUN-103 URL: http://jira.codehaus.org/browse/MANTRUN-103 Project: Maven 2.x Antrun Plugin Issue Type: Bug Affects Versions: 1.3 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