[ http://jira.codehaus.org/browse/WAGON-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brett Porter updated WAGON-93: ------------------------------ Fix Version/s: 1.0-beta-3 > Cannot deploy with using webdav: 409 error > ------------------------------------------ > > Key: WAGON-93 > URL: http://jira.codehaus.org/browse/WAGON-93 > Project: Maven 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 > Fix For: 1.0-beta-3 > > > 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