Re: Exclude module conditionally

2008-06-26 Thread Chris Lieb
I'm trying to figure this out, but I must be missing something. I created the profiles test and production in the POMs for swear, swear-core, and fish-tissue. I set up the modules how I want them in swear-core and fish-tissue. I set activeByDefault to true for the test profile in the POMs

Re: Exclude module conditionally

2008-06-25 Thread Chris Lieb
Hope y'all don't mind if I give this a bump. Chris Lieb wrote: I have a multi-module web project with the following structure: swear (pom) |- fish-tissue (pom) | |- ft-webapp (war) | |- ft-ear (ear) |- swear-core (pom) | |- sc-model (jar) | |- sc-webapp (war) | |- sc-ear (ear) |-

Re: Exclude module conditionally

2008-06-25 Thread Kalle Korhonen
You are right that profiles are only additive. I'd configure a profile named development or something like that, activate it by default, include and create the test ears in it, then configure another profile named release, versioned or distro that doesn't specify the test ears but includes the

Exclude module conditionally

2008-06-23 Thread Chris Lieb
I have a multi-module web project with the following structure: swear (pom) |- fish-tissue (pom) | |- ft-webapp (war) | |- ft-ear (ear) |- swear-core (pom) | |- sc-model (jar) | |- sc-webapp (war) | |- sc-ear (ear) |- swear-ear (ear) sc-ear is an EAR for testing just the swear-core module