Skip to content
This repository was archived by the owner on Aug 17, 2018. It is now read-only.

Commit 195de11

Browse files
author
Jane Young
committed
Add org.apache.maven.wagon:wagon-webdav extension to fix wrong checksum error when deploying with Maven 2.2.1. See: http://jira.codehaus.org/browse/MNG-4301.
svn path=/trunk/; revision=1289
1 parent 1bbb018 commit 195de11

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

parent-pom/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@
149149
<artifactId>wagon-svn</artifactId>
150150
<version>1.9</version>
151151
</extension>
152+
<extension>
153+
<groupId>org.apache.maven.wagon</groupId>
154+
<artifactId>wagon-webdav</artifactId>
155+
<version>1.0-beta-2</version>
156+
</extension>
152157
</extensions>
153158
</build>
154159
<reporting>

0 commit comments

Comments
 (0)