[issue 626][issue 531] Using a profile to enable the wagon-webdav-jackrabbit version that fixes WAGON-319 and WAGON-328, required for publishing the site to Google Code

This commit is contained in:
Andrew Phillips 2011-08-06 11:00:06 -04:00
parent b809573541
commit 0477443a00
1 changed files with 8 additions and 1 deletions

View File

@ -180,6 +180,7 @@
<maven.compile.optimize>true</maven.compile.optimize>
<maven.compile.deprecation>true</maven.compile.deprecation>
<maven.site.url.base>davs://jclouds.googlecode.com/svn/maven-sites</maven.site.url.base>
<maven.wagon.webdav.version>1.0</maven.wagon.webdav.version>
<http.proxyHost />
<http.proxyPort />
<jclouds.wire.httpstream.url>http://apache.opensourceresources.org/commons/logging/binaries/commons-logging-1.1.1-bin.tar.gz</jclouds.wire.httpstream.url>
@ -510,7 +511,7 @@ pageTracker._trackPageview();
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav-jackrabbit</artifactId>
<version>1.0</version>
<version>${maven.wagon.webdav.version}</version>
</dependency>
</dependencies>
</plugin>
@ -915,6 +916,12 @@ pageTracker._trackPageview();
</pluginManagement>
</build>
</profile>
<profile>
<id>use-fixed-webdav-wagon</id>
<properties>
<maven.wagon.webdav.version>1.0-WAGON-319.328</maven.wagon.webdav.version>
</properties>
</profile>
<profile>
<id>jclouds-project</id>
<activation>