[ https://jira.codehaus.org/browse/MDEP-406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=324937#comment-324937 ]
Herve Boutemy commented on MDEP-406: ------------------------------------ I don't understand the issue skip parameter skips the plugin execution, not "dependency resolution" can you give a sample output and explain what you see that should not be run? > 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