[
https://jira.codehaus.org/browse/MDEP-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Scholte closed MDEP-406.
-------------------------------
Resolution: Not A Bug
Assignee: Robert Scholte
Dependency resolution is part of Maven core, this plugin has no influence on it.
> skip is ignored
> ---------------
>
> Key: MDEP-406
> URL: https://jira.codehaus.org/browse/MDEP-406
> Project: Maven Dependency Plugin
> Issue Type: Bug
> Affects Versions: 2.7
> Environment: Maven 3.0.4, Dependency Plugin 2.7
> Reporter: H.-C. Gürsoy
> Assignee: Robert Scholte
>
> 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 was sent by Atlassian JIRA
(v6.1.6#6162)