You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ashish <as...@yahoo.com> on 2012/01/20 19:57:14 UTC

Removing a module in a maven profile

Hi, 

   (sorry if this mail was sent twice)

I have many modules in the parent pom.xml (a, b, c) and by default it should build all these modules. I want to create a new profile that should only build a subset of these modules (say only a and b but not c). I have read a similar thread on this forum where it was suggested to add a module in a profile but what I want is to exclude some. Is there a way to accomplish this? 


Thanks,
-Ashish