in jenkins
goals
deploy:deploy-file -U
properties
url=https://user:password@artifactory.project.example.com/artifactory/libs-release-local/
file=${FILENAME}
groupId=${GROUPID}
artifactId=${ARTIFACTID}
version=${VERSION}
packaging=${EXTENSION}
generalPom=true
manual
Maven_3.2.2/bin/mvn -DgeneralPom=true -Dversion=1.5.1 -Durl=https://user:password@artifactory.project.example.com/artifactory/libs-release-local/ -DgroupId=net -Dfile=logstash-1.5.1.tar.gz -Dpackaging=tar.gz -DartifactId=logstash deploy:deploy-file -U