jfrog / artifactory-maven-plugin

A Maven plugin to resolve artifacts from Artifactory, deploy artifacts to Artifactory, capture and publish build info.
https://www.jfrog.com/confluence/display/JFROG/Maven+Artifactory+Plugin
Apache License 2.0
24 stars 26 forks source link

Support maven.deploy.skip property on a module #43

Closed yahavi closed 1 year ago

yahavi commented 1 year ago

Resolves #39

Allow skipping deployment of module artifacts using the maven.deploy.skip property:

<properties>
    <maven.deploy.skip>true</maven.deploy.skip>
</properties>