>   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]

Reply via email to