Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Design, Patterns & Best Practices
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
We need a way to deploy aggregate JARs produced by the assembly plug-in. Some things to consider:
1) A new POM will need to be created to reflect the contents of the aggregate JAR
2) Do we want a standard name or classifier for these aggregate JARs, one standard name might not be enough as different assemblies for the same project might contain slightly different things.
3) Do we want assemblies like this to be in their own builds? Right now the J2EE JAR in the Geronimo build is like this whereas the assembly for the embedder is part of the embedder build. Would separating the build make it easier to deploy? Maybe.
if this is done with a classifier or just a change in extension, then it would complicate the system to create a new POM.
Is anything in the POM changed other than the dependencies?
If it is just that, I'd like to ehance the current feature in the artifact handler that blocks transitive dependencies to become a filter out dependencies included in the archive but keep the rest as transitive. This could be information built into the JAR?