Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-3959

Per-execution inherited flag ignored

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.2.1
    • None
    • None

    Description

      Per-execution inherited flag ignored. E.g.

      <plugin>
      	<groupId>org.apache.maven.plugins</groupId>
      	<artifactId>maven-antrun-plugin</artifactId>
      	<executions>
      		<execution>
      			<id>test</id>
      			<phase>initialize</phase>
      			<inherited>false</inherited>
      ...
      

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            david_syer Dave Syer
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: