On 6/7/07, Kevin.A.D'[EMAIL PROTECTED] <Kevin.A.D'[EMAIL PROTECTED]> wrote:

how do I tell it to include one set of config file and ignore the rest?


You can specify separate resource sets for different profiles.

2. When setting up a folder structure of an EAR project containing a WAR,
should the EAR project folder contain the WAR (i.e. as a module) or should
the two projects be at the same folder level?


You can put both modules at the same folder level, add the webapp as a
dependency of the ear module, and configure the maven-ear-plugin
configuration.

e.g.
trunk/parent
 - ear module
 - webapp module

Cheers
Jo

Reply via email to