[
https://jira.codehaus.org/browse/MASSEMBLY-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dennis Lundberg closed MASSEMBLY-305.
-------------------------------------
Resolution: Cannot Reproduce
I have tried this using the latest version of the Assembly Plugin and it is
working for me. Please see documentation fixes in
http://svn.apache.org/viewvc?view=revision&revision=1402850
> dependencySet includes
> <include>[groupId]:[artifactId]:[type]:[classifier]</include> syntax doesn't
> work
> ----------------------------------------------------------------------------------------------------------------
>
> Key: MASSEMBLY-305
> URL: https://jira.codehaus.org/browse/MASSEMBLY-305
> Project: Maven 2.x Assembly Plugin
> Issue Type: Bug
> Affects Versions: 2.2-beta-2
> Reporter: David Jencks
>
> create a project that generates 2 artifacts, say
> org.apache.activemq:activemq-all:4.1-SNAPSHOT:jar and
> org.apache.activemq:activemq-all:4.1-SNAPSHOT:jar:run
> Then in a descriptor include something like
> <dependencySet>
> <outputDirectory>/bin</outputDirectory>
> <unpack>false</unpack>
> <outputFileNameMapping>run.jar</outputFileNameMapping>
> <includes>
> <include>${pom.groupId}:activemq-all:jar:run</include>
> </includes>
> </dependencySet>
> The main artifact, not the "run"-classified one, gets copied.
--
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