RE: Removing some modules in a maven profile

2012-01-20 Thread Lyons, Roy
I have seen this accomplished through the use of profiles and defining the modules within the profile. -Original Message- From: Ashish Srivastava [mailto:ashis...@yahoo.com] Sent: Friday, January 20, 2012 12:27 PM To: users@maven.apache.org Subject: Removing some modules in a maven

Re: Removing some modules in a maven profile

2012-01-20 Thread Wayne Fay
I want the default profile builds the entire module list but create a new profile that say only builds a and b but not c. I have seen a thread where adding a module is suggested in a profile instead of removing (excluding) one. I tried to give module a and b in the profile and still mvn built