Switching from SVN to WebDAV as a repository wagon as it is *much* faster and doesn't mess up the commit logs quite so much. Works again now that http://code.google.com/p/support/issues/detail?id=3752 has been fixed.

This commit is contained in:
Andrew Phillips 2010-03-26 09:56:45 +01:00
parent 13da9016e0
commit 378e5ba91f
1 changed files with 4 additions and 13 deletions

View File

@ -103,9 +103,9 @@
<distributionManagement> <distributionManagement>
<repository> <repository>
<uniqueVersion>false</uniqueVersion>
<id>jclouds-googlecode-deploy</id> <id>jclouds-googlecode-deploy</id>
<url>svn:https://jclouds.googlecode.com/svn/repo</url> <url>dav:https://jclouds.googlecode.com/svn/repo</url>
<uniqueVersion>false</uniqueVersion>
</repository> </repository>
<!--snapshotRepository> <!--snapshotRepository>
<id>jclouds-rimu-snapshots</id> <id>jclouds-rimu-snapshots</id>
@ -196,14 +196,13 @@
</developers> </developers>
<properties> <properties>
<!--parent.basedir>${basedir}</parent.basedir-->
<sourceEncoding>UTF-8</sourceEncoding> <sourceEncoding>UTF-8</sourceEncoding>
<maven.compile.source>1.6</maven.compile.source> <maven.compile.source>1.6</maven.compile.source>
<maven.compile.target>1.6</maven.compile.target> <maven.compile.target>1.6</maven.compile.target>
<maven.compile.optimize>true</maven.compile.optimize> <maven.compile.optimize>true</maven.compile.optimize>
<maven.compile.deprecation>true</maven.compile.deprecation> <maven.compile.deprecation>true</maven.compile.deprecation>
<http.proxyHost></http.proxyHost> <http.proxyHost />
<http.proxyPort></http.proxyPort> <http.proxyPort />
<jclouds.blobstore.httpstream.url>http://mirror.cloudera.com/apache/maven/binaries/apache-maven-2.2.1-bin.tar.bz2</jclouds.blobstore.httpstream.url> <jclouds.blobstore.httpstream.url>http://mirror.cloudera.com/apache/maven/binaries/apache-maven-2.2.1-bin.tar.bz2</jclouds.blobstore.httpstream.url>
<jclouds.blobstore.httpstream.md5>c581a15cb0001d9b771ad6df7c8156f8</jclouds.blobstore.httpstream.md5> <jclouds.blobstore.httpstream.md5>c581a15cb0001d9b771ad6df7c8156f8</jclouds.blobstore.httpstream.md5>
<jclouds.wire.httpstream.url>http://apache.opensourceresources.org/commons/logging/binaries/commons-logging-1.1.1-bin.tar.gz</jclouds.wire.httpstream.url> <jclouds.wire.httpstream.url>http://apache.opensourceresources.org/commons/logging/binaries/commons-logging-1.1.1-bin.tar.gz</jclouds.wire.httpstream.url>
@ -481,13 +480,6 @@ pageTracker._trackPageview();
<artifactId>maven-site-plugin</artifactId> <artifactId>maven-site-plugin</artifactId>
</plugin> </plugin>
</plugins> </plugins>
<extensions>
<extension>
<groupId>org.jvnet.wagon-svn</groupId>
<artifactId>wagon-svn</artifactId>
<version>1.9</version>
</extension>
</extensions>
</build> </build>
<profiles> <profiles>
<profile> <profile>
@ -695,5 +687,4 @@ pageTracker._trackPageview();
</plugin> </plugin>
</plugins> </plugins>
</reporting> </reporting>
</project> </project>