[
http://jira.codehaus.org/browse/MASSEMBLY-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John Casey updated MASSEMBLY-41:
--------------------------------
Fix Version/s: (was: 2.2)
2.2-beta-1
> Enable wilcards in dependency set includes/excludes
> ---------------------------------------------------
>
> Key: MASSEMBLY-41
> URL: http://jira.codehaus.org/browse/MASSEMBLY-41
> Project: Maven 2.x Assembly Plugin
> Issue Type: Bug
> Reporter: Filip Vuksanovic
> Assigned To: John Casey
> Fix For: 2.2-beta-1
>
>
> Wildcards can't be used in dependency set includes/excludes inside assembly
> descriptor.
> <assembly>
> <id>my-assembly</id>
> <formats>
> <format>jar</format>
> </formats>
> <includeBaseDirectory>false</includeBaseDirectory>
> <dependencySets>
> <dependencySet>
> <outputDirectory>/</outputDirectory>
> <unpack>true</unpack>
> <scope>runtime</scope>
> <includes>
> <include>groupId:artifactId</include>
> </includes>
> </dependencySet>
> </dependencySets>
> </assembly>
> It should at least support something like <include>groupId:*</include>.
--
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