RE: [M2] Build complex projects

2006-07-12 Thread Andrew-A . Davies
Hi I have a similar setup and deploy struts, spring, etc in the ear by including them as dependencies in the ear I use manifest classpaths within wars to externalise dependencies there are a number of ways to do the classpath stuff, I list the ones I know below. I also had this problem, and it

Re: [M2] Build complex projects

2006-07-12 Thread Alexandre Touret
Ok thanks I ll try to implement your first solution. I prefer to generate to let maven generate the manifest :-) [EMAIL PROTECTED] wrote: Hi I have a similar setup and deploy struts, spring, etc in the ear by including them as dependencies in the ear I use manifest classpaths within wars to