You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Filip Vuksanovic (JIRA)" <ji...@codehaus.org> on 2005/11/09 08:56:06 UTC

[jira] Created: (MNG-1473) Enable wilcards in dependency set includes/excludes

Enable wilcards in dependency set includes/excludes
---------------------------------------------------

         Key: MNG-1473
         URL: http://jira.codehaus.org/browse/MNG-1473
     Project: Maven 2
        Type: Improvement
  Components: maven-assembly-plugin  
    Versions: 2.0    
    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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MASSEMBLY-41) Enable wilcards in dependency set includes/excludes

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-41?page=all ]

Brett Porter updated MASSEMBLY-41:
----------------------------------

    Fix Version: 2.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
>         Type: Bug

>     Reporter: Filip Vuksanovic
>      Fix For: 2.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


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


[jira] Updated: (MASSEMBLY-41) Enable wilcards in dependency set includes/excludes

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-41?page=all ]

Brett Porter updated MASSEMBLY-41:
----------------------------------

    Fix Version:     (was: 2.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
>         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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org