RE: Dependent artifacts and EARs

2005-11-08 Thread Mike Perham
: Dependent artifacts and EARs I think I managed to do what you are shooting for with the existing plugins.. reference the dependencies required by the war as provided and then in the ear change all of the dependencies to compile or runtime and you should end up with empty wars files and a whole lot of

Re: Dependent artifacts and EARs

2005-11-05 Thread Jesse McConnell
I think I managed to do what you are shooting for with the existing plugins.. reference the dependencies required by the war as provided and then in the ear change all of the dependencies to compile or runtime and you should end up with empty wars files and a whole lot of dependencies in the ear..

Re: Dependent artifacts and EARs

2005-11-04 Thread Brett Porter
This is an interesting problem. The reason you don't get the WAR's dependencies is because they are not transitive because they are included in the WAR. Is it possible to pull them fomr WEB-INF/lib? I assume you need to remove them from there anyway. The other alternative is to create a new