Profile which removes a plugin execution from the build

2006-08-17 Thread Geoffrey De Smet
My pom contains the webstart plugin which executes on mvn install and signs all dependencies: build plugins /plugins pluginManagement plugin groupIdorg.codehaus.mojo/groupId

RE: Profile which removes a plugin execution from the build

2006-08-17 Thread graham
install -Dwebstart=false to disable the profile activation? -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Geoffrey De Smet Sent: 17 August 2006 09:13 To: users@maven.apache.org Subject: Profile which removes a plugin execution from the build My pom contains

Re: Profile which removes a plugin execution from the build

2006-08-17 Thread Geoffrey De Smet
: news [mailto:[EMAIL PROTECTED] Behalf Of Geoffrey De Smet Sent: 17 August 2006 09:13 To: users@maven.apache.org Subject: Profile which removes a plugin execution from the build My pom contains the webstart plugin which executes on mvn install and signs all dependencies: build