dependency:copy goal should accept copyPom and useRepositoryLayout properties
-----------------------------------------------------------------------------
Key: MDEP-233
URL: http://jira.codehaus.org/browse/MDEP-233
Project: Maven 2.x Dependency Plugin
Issue Type: Improvement
Components: copy
Affects Versions: 2.2
Reporter: Antonio Manuel Muñiz Martín
Assignee: Brian Fox
Priority: Minor
dependency:copy goal should accept copyPom and useRepositoryLayout properties:
{code}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.1</version>
<configuration>
</artifactItems>
<artifactItem>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
<version>1.0.1B</version>
<outputDirectory>target/lib/jta</outputDirectory>
</artifactItem>
</artifactItems>
<copyPom>true</copyPom>
<useRepositoryLayout>true</useRepositoryLayout>
</configuration>
</plugin>
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira