I have a multi-module project as follows
--- Module A ( builds war )
--- Module B
--- Module C

To build the the multi-module project, I have a aggregator POM that defines the modules.
<modules>
<module>C</module>
<module>B</module>
<module>A</module>
</modules>

War file A, has a dependency on module B & module C.

When I build the aggregator pom, I want to build module-B with a particular profile. Is there a way to tell the aggregator pom to build module-B with a particular profile ?

link|improve this question
Would you give an example of what exactly you want when activating the profile? Thanks – mschonaker Jul 14 '11 at 5:01
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.