Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
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.
Issue Links
- is related to
-
MASSEMBLY-8
Assembly plugin fails to resolve dependency when it tries to package the application
-
So it would only assemble the jars of your modules?