Jan Völker created MDEP-340: ------------------------------- Summary: useRepositoryLayout doesn't work from command line Key: MDEP-340 URL: https://jira.codehaus.org/browse/MDEP-340 Project: Maven 2.x Dependency Plugin Issue Type: Bug Components: copy-dependencies Affects Versions: 2.4, 2.2 Reporter: Jan Völker Priority: Minor
mvn dependency:copy-dependencies -DuseRepositoryLayout=true will not produce a repository layout while the same pom only with <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>2.4</version> <!-- same with 2.2 --> <configuration> <useRepositoryLayout>true</useRepositoryLayout> </configuration> </plugin> will do it! -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira