[ http://jira.codehaus.org/browse/WAGON-57?page=comments#action_70802 ] 
            
Carlos Sanchez commented on WAGON-57:
-------------------------------------

If you look the pom 
http://www.ibiblio.org/maven2/org/apache/maven/wagon/wagon-webdav/1.0-beta-1/wagon-webdav-1.0-beta-1.pom

you'll see

<dependency>
<groupId>slide</groupId>
<artifactId>slide-webdavlib</artifactId>
<version>2.1</version>
</dependency>

which in turn depends on

<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>2.0.2</version>
</dependency>

not 3.0

> Error deploying 3rd party jar to company webdav repository
> ----------------------------------------------------------
>
>                 Key: WAGON-57
>                 URL: http://jira.codehaus.org/browse/WAGON-57
>             Project: wagon
>          Issue Type: Bug
>          Components: wagon-webdav
>    Affects Versions: 1.0-beta-1
>         Environment: win xp, jdk 1.5.0_06-b05, maven 2.0.4
>            Reporter: Borut Bolcina
>         Assigned To: Carlos Sanchez
>         Attachments: output.txt
>
>
> Deploying activation jar to company webdav repository fails
> mvn -X deploy:deploy-file -DgroupId=javax.activation -DartifactId=activation 
> -Dversion=1.0.2 -Dpackaging=jar -Dfile=activation.jar 
> -DrepositoryId=interseek-maven-repository -Durl=dav:https://maven.noviforum.si
> Error deploying artifact: Unsupported Protocol: 'dav': Cannot find wagon 
> which supports the requested protocol: dav
> See atached file for complete console output of the error.
> I suspect version conflicts. My coworker on linux succeded at deploying some 
> other sun jar on the same company repo. The documentation says:
> First, the wagon-provider(wagon-ftp, wagon-file, etc..) must be placed to 
> your %M2_HOME%/lib.
> I copied wagon-webdav-1.0-beta-1.jar there, but it doesn't help.

-- 
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

        

Reply via email to