You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Marco Huber (JIRA)" <ji...@codehaus.org> on 2012/08/31 11:49:21 UTC

[jira] (MDEP-372) Running the copy-dependencies command with copyPom and useRepositoryLayout does not copy the POM into the right location

Marco Huber created MDEP-372:
--------------------------------

             Summary: Running the copy-dependencies command with copyPom and useRepositoryLayout does not copy the POM into the right location
                 Key: MDEP-372
                 URL: https://jira.codehaus.org/browse/MDEP-372
             Project: Maven 2.x Dependency Plugin
          Issue Type: Bug
          Components: copy-dependencies
    Affects Versions: 2.5.1
         Environment: Windows7, Java6, Maven 3.0.3
            Reporter: Marco Huber


If I run the copy-dependencies plugin with the following command, the dependencies are copied into the right location (C:/temp/junit/junit/3.8.1/junit-3.8.1.jar) but the POMs are copied only at the root location (C:/temp) and not in the layout of the repository.

>mvn org.apache.maven.plugins:maven-dependency-plugin:2.5.1:copy-dependencies -Dmdep.copyPom=true -Dmdep.useRepositoryLayout=true -DoutputDirectory=C:\temp

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