On the other hand, you can create a profile, which includes this plugin. This way you can solve the skipping part from your pom, instead of the plugin.
Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Fri, Dec 5, 2008 at 10:00 PM, Wayne Fay <[EMAIL PROTECTED]> wrote: >> I would like to use the proguard plugin and be able to run it only at >> night using a property. >> For example: mvn install -Dskip.proguard=false >> And by default it won't do it. That will speed up our build time. > > Each individual plugin must have code in the plugin itself to manage > the skip functionality. This is not managed by Maven but only by the > plugin. > > It sounds like this particular plugin does not support a skip > function. You should request that it be added. > > 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]
