Re: Maven for J2EE - Beginner question

2010-03-01 Thread Anders Hammar
I think there are two parts of this question. First, what the Java EE spec says about what you want to do and then how to package with Maven. Regarding the Java EE spec, I'm not sure if you can put the resources folder in the ear. Possibly you can, but I've never done that. What I would do is to cr

Maven for J2EE - Beginner question

2010-03-01 Thread Partha Venkatavaradhan (pavenkat)
Hi, I have a resources folder that contains a dynamic set of XML's (file names not known during development time, known only during build time). I would like to place this resources folder under the 'EAR' directly so that multiple EJB;s can share the resources. Can someone please help me with th