[shade] Support wildcarded excludes
-----------------------------------

                 Key: MOJO-765
                 URL: http://jira.codehaus.org/browse/MOJO-765
             Project: Mojo
          Issue Type: Improvement
            Reporter: Mark Hobson
            Priority: Minor


It'd be handy to be able to specify wildcards in the excludes configuration.  
For example, to exclude all artifacts from the shaded jar:

{noformat}
<artifactSet>
  <excludes>
    <exclude>*</exclude>
  </excludes>
</artifactSet>
{noformat}

We could support the following syntax:

{noformat}
groupId:*
*:artifactId
*:*
*
{noformat}

-- 
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 from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to