[ http://jira.codehaus.org/browse/MASSEMBLY-41?page=all ]

Jason van Zyl moved MNG-1473 to MASSEMBLY-41:
---------------------------------------------

      Version:     (was: 2.0)
         type: Bug  (was: Improvement)
    Component:     (was: maven-assembly-plugin)
     Workflow: jira  (was: Maven)
          Key: MASSEMBLY-41  (was: MNG-1473)
      Project: Maven 2.x Assembly Plugin  (was: Maven 2)

> Enable wilcards in dependency set includes/excludes
> ---------------------------------------------------
>
>          Key: MASSEMBLY-41
>          URL: http://jira.codehaus.org/browse/MASSEMBLY-41
>      Project: Maven 2.x Assembly Plugin
>         Type: Bug

>     Reporter: Filip Vuksanovic

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to