RE: changing modules list in a profile

2006-07-14 Thread David Beckedorff
hange, Inc. [EMAIL PROTECTED] Office: (617)528-2196 Cell: (781)820-0567 -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, July 14, 2006 3:06 PM To: Maven Users List Subject: Re: changing modules list in a profile On 7/14/06, Charlie Groves <[EMAIL P

Re: changing modules list in a profile

2006-07-14 Thread Charlie Groves
Perfect, that did the trick. Thanks Wendy. Charlie On 7/14/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 7/14/06, Charlie Groves <[EMAIL PROTECTED]> wrote: > I've got a parent pom with several modules in it. I've defined a > profile in it that only has a couple of the modules so I don't have

Re: changing modules list in a profile

2006-07-14 Thread Wendy Smoak
On 7/14/06, Charlie Groves <[EMAIL PROTECTED]> wrote: I've got a parent pom with several modules in it. I've defined a profile in it that only has a couple of the modules so I don't have to build everything to build them. When I run with that profile activated, all of the modules are built. I

changing modules list in a profile

2006-07-14 Thread Charlie Groves
Hi, I've got a parent pom with several modules in it. I've defined a profile in it that only has a couple of the modules so I don't have to build everything to build them. When I run with that profile activated, all of the modules are built. I know the profile is active since I can change othe