H.-C. Gürsoy created MDEP-406: --------------------------------- Summary: 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