"description":"Publish [Snapshot](https://maven.apache.org/plugins/maven-deploy-plugin/) & [Releases](http://maven.apache.org/maven-release/maven-release-plugin) to a Nexus repository",
"description":"Publish [Snapshot](https://maven.apache.org/plugins/maven-deploy-plugin/) & [Releases](http://maven.apache.org/maven-release/maven-release-plugin) to a Maven-compliant repository",
"enable_with":"MAVEN_DEPLOY_ENABLED",
"variables":[
{
"name":"MAVEN_DEPLOY_ARGS",
"description":"Maven arguments for the Snapshot job",
"default":"deploy -DskipTests",
"description":"Maven arguments for the deploy job",
"default":"deploy -Dmaven.test.skip=true",
"advanced":true
},
{
...
...
@@ -140,14 +140,14 @@
},
{
"name":"MAVEN_RELEASE_ARGS",
"description":"Maven arguments for the Release job",