Deploy single file to artifactory


/ Published in: Bash
Save to your folder(s)

used to deploy a single file to maven


Copy this code and paste it in your HTML
  1. mvn deploy:deploy-file -DrepositoryId=central -DgroupId=manifests -DartifactId=manifest.csv.sha1 -Dversion=2012.11.3 -Dfile=manifest.2012.11.3.csv.sha1 -Dpackaging=txt -Durl=http://devmonsoon-1000:8081/artifactory/trovix-releases-local

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.