Skip to content

Instantly share code, notes, and snippets.

@marc0der
Created April 12, 2012 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marc0der/2369077 to your computer and use it in GitHub Desktop.
Save marc0der/2369077 to your computer and use it in GitHub Desktop.
Deploy jar to Private Webdav Maven repo
mvn deploy:deploy-file
-DgroupId=zzzzz
-DartifactId=yyyyy
-Dversion=2.2.0
-Dpackaging=jar
-Dfile=target/grails-plugin-xxx-2.2.0.jar
-DrepositoryId=my-private-release-repository
-Durl=dav:https://myrepo/release/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment