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

Peter Kahn commented on MDEP-406:
---------------------------------

Actually, this works for me.  I checked my effective pom and found I used 
version 2.4 which didn't yet support the feature.

Thanks and apologies for the churn
                
> skip is ignored
> ---------------
>
>                 Key: MDEP-406
>                 URL: https://jira.codehaus.org/browse/MDEP-406
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: Bug
>    Affects Versions: 2.7
>         Environment: Maven 3.0.4, Dependency Plugin 2.7
>            Reporter: H.-C. Gürsoy
>
> I've a build there I've to skip dependency resolution.
> According to the 2.7 documentation, using the skip parameter should prevent 
> from running the whole plugin execution.
> Call mvn with -Dmdep.skip=true or setting skip to true in the plugin 
> configuration with 
> {code}
>                               <plugin>
>                                       
> <groupId>org.apache.maven.plugins</groupId>
>                                       
> <artifactId>maven-dependency-plugin</artifactId>
>                                       <version>2.7</version>
>                                       <configuration>
>                                               <skip>true</skip>
>                                       </configuration>
>                               </plugin>
> {code}
> is allways ignored.

--
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