[infinispan-issues] [JBoss JIRA] Updated: (ISPN-140) Investigate useTransitiveDependencies=true in assembly descriptors
Galder Zamarreno (JIRA)
jira-events at lists.jboss.org
Thu Jul 23 11:09:29 EDT 2009
[ https://jira.jboss.org/jira/browse/ISPN-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreno updated ISPN-140:
----------------------------------
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
Note that we wanted to do this without duplicating core's dependencies in
each submodule.
Found a way to get this done by applying different rules for core
module vs the rest. Start with the rest, i.e. s3:
useTransitiveDependencies=true, useTransitiveFiltering=true and exclude
for infinispan-core*
By doing this, S3 modules gets all it's dependencies and transitive ones
except anything to do with infinispan-core module.
We can't apply this same rule for core module cos it'd result on no
dependencies on core being included in the zip, so I created another
module set for only core with useTransitiveDependencies=false
> Investigate useTransitiveDependencies=true in assembly descriptors
> ------------------------------------------------------------------
>
> Key: ISPN-140
> URL: https://jira.jboss.org/jira/browse/ISPN-140
> Project: Infinispan
> Issue Type: Task
> Reporter: Galder Zamarreno
> Assignee: Galder Zamarreno
> Fix For: 4.0.0.BETA1
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> A resolution is needed on way or the other to be able to run demos relying on other 3rd party libraries such as JClouds.
> I'm gonna try to set useTransitiveDependencies and see if I can exclude jars.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list