Re: [m2] Avoiding duplicate jar files in a generated ear file ?

2005-12-05 Thread Christian Schulte
Christian Schulte schrieb: Hi, when I build an ear file with maven 2 it happens that because of transitive dependencies I get e.g. two struts.jar files in the generated file. What is the recommended way of managing transitive dependencies ? Say I have a dependency which itself has a

RE: [m2] Avoiding duplicate jar files in a generated ear file ?

2005-12-05 Thread Jörg Schaible
Christian Schulte wrote on Monday, December 05, 2005 12:13 PM: Christian Schulte schrieb: Hi, when I build an ear file with maven 2 it happens that because of transitive dependencies I get e.g. two struts.jar files in the generated file. What is the recommended way of managing transitive

Re: [m2] Avoiding duplicate jar files in a generated ear file ?

2005-12-05 Thread Christian Schulte
Jörg Schaible schrieb: Christian Schulte wrote on Monday, December 05, 2005 12:13 PM: Christian Schulte schrieb: Hi, when I build an ear file with maven 2 it happens that because of transitive dependencies I get e.g. two struts.jar files in the generated file. What is the recommended way