You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Nitko2 <ni...@gmail.com> on 2005/11/08 10:24:34 UTC

Assembly dependency set includes

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?







---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Assembly dependency set includes

Posted by Nitko2 <ni...@gmail.com>.
Created.

http://jira.codehaus.org/browse/MNG-1473




Jason van Zyl wrote:
> 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: users-unsubscribe@maven.apache.org
>>For additional commands, e-mail: users-help@maven.apache.org
>>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Assembly dependency set includes

Posted by Jason van Zyl <ja...@maven.org>.
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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
-- 
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org