You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Alexey Kakunin (JIRA)" <ji...@codehaus.org> on 2007/12/11 08:30:57 UTC

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

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

        

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

Posted by "James William Dumay (JIRA)" <ji...@codehaus.org>.
    [ 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

        

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

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter closed WAGON-93.
-----------------------------

      Assignee: Brett Porter
    Resolution: Fixed

this occurs when the directories don't exist - the latest version creates directories that don't exist

> 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
>            Assignee: Brett Porter
>            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

        

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

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ 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