You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "James William Dumay (JIRA)" <ji...@codehaus.org> on 2008/04/17 08:01:56 UTC

[jira] Commented: (WAGON-93) Cannot deploy with using webdav: 409 error

    [ http://jira.codehaus.org/browse/WAGON-93?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=131078#action_131078 ] 

James William Dumay commented on WAGON-93:
------------------------------------------

As of Maven 2.0.9, wagon-webdav is included and there is no need to define the wagon extension in your POM. 

> Cannot deploy with using webdav: 409 error
> ------------------------------------------
>
>                 Key: WAGON-93
>                 URL: http://jira.codehaus.org/browse/WAGON-93
>             Project: wagon
>          Issue Type: Bug
>          Components: wagon-webdav
>    Affects Versions: 1.0-beta-2
>         Environment: maven 2.0.8, linux, java: 1.6.0.1
>            Reporter: Alexey Kakunin
>            Priority: Critical
>
> I added followed lines into our project pom.xml:
> 	<distributionManagement>
> 		<repository>
> 			<id>emforge.repo</id>
> 			<name>EmForge Repository</name>
> 			<url>dav:http://svn.emforge.org/svn/emforge/mvnrepo</url>
> 		</repository>
> 	</distributionManagement>
> 	<build>
> 		<extensions>
> 			<extension>
> 				<groupId>org.apache.maven.wagon</groupId>
> 				<artifactId>wagon-webdav</artifactId>
> 				<version>1.0-beta-2</version>
> 			</extension>
> 		</extensions>
>          </build>
> but - during performing mvn deploy it deployed file into server and then returns 409 error.
> Also - I tried solution, proposed in http://docs.codehaus.org/display/MAVENUSER/Deploying+3rd+Party+Jars+With+WebDAV - but it did not help - same error :(
> Is it possible to use webdav in maven out-of-the box - without any triks with copying  libraries and so on?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira