Created
January 19, 2013 18:36
-
-
Save stephenc/4574201 to your computer and use it in GitHub Desktop.
diff build-maven-deploy.xml.orig build-maven-deploy.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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