> 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
> everything, I guess because it builds the parent list first (?). Is there a
> way to accomplish this?

You can do this if you merely think in opposite terms. Your parent
should only include A and B. Your profile should include C.

Then you build "normal" when you want to only build A and B, and
activate the profile to include C.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to