Skip to content

Instantly share code, notes, and snippets.

@stephenc
Created January 19, 2013 18:36
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 stephenc/4574201 to your computer and use it in GitHub Desktop.
Save stephenc/4574201 to your computer and use it in GitHub Desktop.
diff build-maven-deploy.xml.orig build-maven-deploy.xml
44a45,47
> <!-- uploads done using webdav, need to register -->
> <artifact:install-provider artifactId="wagon-webdav" version="1.0-beta-1" />
>
47c50
< url="https://nexus.codehaus.org/service/local/staging/deploy/maven2/"
---
> url="dav:https://dav.codehaus.org/repository/jackson"
55c58
< url="https://nexus.codehaus.org/content/repositories/snapshots/"
---
> url="dav:https://dav.codehaus.org/snapshots.repository/jackson"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment