RE: Profile which removes a plugin execution from the build

2006-08-17 Thread graham
Could you not use: profiles profile activation property namewebstart/name valuetrue/value /property /activation ... /profile /profiles with properties webstarttrue/webstart /properties in your pom.xml (or settings.xml). And then use: mvn

Re: Profile which removes a plugin execution from the build

2006-08-17 Thread Geoffrey De Smet
Thanks, that would be a good work around. It stills feels a bit strange though, that profiles allow you to add and modify plugins, but AFAIK not remove plugins from the build. [EMAIL PROTECTED] wrote: Could you not use: profiles profile activation property