Need method to exclude all child dependencies when creating a jar
-----------------------------------------------------------------

         Key: MASSEMBLY-68
         URL: http://jira.codehaus.org/browse/MASSEMBLY-68
     Project: Maven 2.x Assembly Plugin
        Type: Improvement

    Reporter: Dan Diephouse


With xfire, we have 10 different modules. We want to create an "xfire-all" jar 
that has all the xfire modules bundled. We can do this with the assembly plugin 
right now by creating a pom with all our modules in it. However, when it 
includes all the child dependencies. To exclude child dependencies you have to 
listen them individually. XFire probably has around 50+ dependencies spread out 
over the build. Maintaining this exclude list would be too much work, so we'd 
like a way to simply say - build a jar composed of these 10 jars, but none of 
their deps.

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