On Tue, 2005-11-08 at 10:24 +0100, Nitko2 wrote:
> Can I use wildcards in dependency set includes inside assembly descriptor?
> 
> <assembly>
>    <id>my-assembly</id>
>    <formats>
>      <format>jar</format>
>    </formats>
>    <includeBaseDirectory>false</includeBaseDirectory>
>    <fileSets>
>      <fileSet>
>        <directory>target/classes</directory>
>        <outputDirectory>/</outputDirectory>
>      </fileSet>
>    </fileSets>
>    <dependencySets>
>      <dependencySet>
>        <outputDirectory>/</outputDirectory>
>        <unpack>true</unpack>
>        <scope>runtime</scope>
>        <includes>
>       <include>groupId:artifactId</include>
>        </includes>
>      </dependencySet>
>    </dependencySets>
> </assembly>
> 
> I would like to use something like <include>groupId:*</include>
> 
> 
> If not, is it planned?

Doesn't appear to be, can you create an JIRA issue:

http://jira.codehaus.org/secure/IssueNavigator.jspa?
reset=true&mode=hide&pid=10500&sorter/order=DESC&sorter/field=priority&resolution=-1&component=11804


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

Jason van Zyl
jason at maven.org
http://maven.apache.org

the course of true love never did run smooth ...

 -- Shakespeare


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

Reply via email to