[
http://jira.codehaus.org/browse/MDEP-164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=270401#comment-270401
]
Sonia L commented on MDEP-164:
------------------------------
I also have the same issue:
When running 'mvn
org.apache.maven.plugins:maven-dependency-plugin:2.2:copy-dependencies
-DoutputDirectory=/proj/solo -DuseRepositoryLayout=true'
It does not copy the POMs nor does it respect the repository layout!!!
> dependency:copy-dependencies does not honour 'copyPom'
> ------------------------------------------------------
>
> Key: MDEP-164
> URL: http://jira.codehaus.org/browse/MDEP-164
> Project: Maven 2.x Dependency Plugin
> Issue Type: Bug
> Components: copy-dependencies
> Affects Versions: 2.0-alpha-4
> Reporter: James Walker
> Assignee: Paul Gier
> Fix For: 2.2
>
>
> Configure the pom as follows:
> {quote}
> <build>
> ...
> <pluginManagement>
> <plugins>
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-dependency-plugin</artifactId>
> <version>2.0-alpha-4</version>
> <configuration>
> <copyPom>true</copyPom>
>
> <failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact>
> <outputDirectory>lib</outputDirectory>
> </configuration>
> </plugin>
> </plugins>
> </pluginManagement>
> ...
> {quote}
> Running:
> {quote}
> mvn dependency:copy-dependencies
> {quote}
> will copy the dependent jars but not their pom files. Adding configuration
> to use the repository layout doesn't fix the problem.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira