On Tue, Sep 13, 2011 at 3:37 PM, Wayne Fay <[email protected]> wrote: >> Because activating a profile by properties is not working properly I would >> like to either add the modules to the current build from within my plugin >> or activate a profile defining these modules. > > Can you provide more details about what exactly is not working properly?
There are documented limitations: I think that the relevant one is that you can't activate a profile based on a property value set *inside* a POM, only from a -D from command level. Maik, if you have any idea of ever using the maven-release-plugin, I strongly encourage you to find some solution other than changing the module list. You can use 'skip' configuration parameters to neutralize what happens in unwanted child modules instead. > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
