[ 
https://jira.codehaus.org/browse/MNG-5447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=338883#comment-338883
 ] 

Jason van Zyl commented on MNG-5447:
------------------------------------

You won't have an issue unless the dependencies conflict and trying to support 
this isolation in the core is more complexity than I believe is required.
                
> 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