Björn Michael created MNG-5447:
----------------------------------

             Summary: Define plugin dependencies within execution
                 Key: MNG-5447
                 URL: https://jira.codehaus.org/browse/MNG-5447
             Project: Maven 2 & 3
          Issue Type: Improvement
          Components: POM
    Affects Versions: 3.0.5
            Reporter: Björn Michael
            Priority: Minor


I feel the need to define different dependencies per execution in plugin 
section. Currently dependencies could only be set for the whole plugin.
This should be possible:
<execution>
  <id>taskX</id>
  ...
  <dependencies>
    <dependency>
      [GAV]
    </dependency> 
  <dependencies>
</execution>
<execution>
  <id>different-task</id>
  ...
  <dependencies>
    <dependency>
      [different GAV]
    </dependency> 
  <dependencies>
</execution>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to