apigee / apigee-deploy-maven-plugin

Apache License 2.0
80 stars 169 forks source link

Updating DeployMojo so execution will be skipped when the <skip> property is set (similar to ConfigureMojo) #43

Closed tschaible closed 7 years ago

tschaible commented 9 years ago

ConfigureMojo currently has the ability to skip execution based on the property defined in GatewayAbstractMojo.

This functionality is also desirable in DeployMojo.

This change allows execution to be skipped via the property.

msadasivam commented 7 years ago

Fixes #52 as well

msadasivam commented 7 years ago

Thanks for the change.