Maybe you could convert your configuration data into a tailored aggregator pom, containing the optional modules depending on this data. The aggregator POM could then be used to fire off a maven build.
Not sure if this fits your use case, but it's at least an idea. Best regards Ansgar Am 13.09.2011 21:16 schrieb "M. Richey" <[email protected]>: > > Hello everybody, > > we have some configuration information in XML files I wrote a plugin for. The problem is, that depending on that configuration some modules should be included in that build. 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. > > Is this possible? How can it be done? Can modules be added to the current build or profiles being activated from a plugin? Any help is appreciated! > > Thanks in advance! > > Regards, > > Maik > > -- > Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir > belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
