We have a multi module build with modules using different technologies, like Java and Flex. Is it somehow possible to activate different profiles based on the module that is
I dont know if this helps, but I solved a similar problem with the following approach:
activeByDefault=false
. The PluginManagement-Section then contains the configurations for different plugins.activeByDefault=true
This makes the profile active, but still none of the plugins are activated.inherited=true
for each plugin you want to reuse in the children.I hope that helps. Sorry for not including any code snippets, but I hope even so the soutions is understandable.