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 07:59:55 UTC

[jira] Commented: (WAGON-74) WebDav component references non-existant jetty pom and fails to install into maven when building.

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

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

You can use plain HTTP to deploy to Archiva instead of Webdav.

> WebDav component references non-existant jetty pom and fails to install into maven when building.
> -------------------------------------------------------------------------------------------------
>
>                 Key: WAGON-74
>                 URL: http://jira.codehaus.org/browse/WAGON-74
>             Project: wagon
>          Issue Type: Bug
>          Components: wagon-webdav
>    Affects Versions: 1.0-beta-2
>         Environment: Maven 2.0.5
>            Reporter: Derek Clarkson
>            Priority: Blocker
>
> When attempt to deploy using the webdav to a local Archiva repository I get the message:
> Protocol [dav] is unsupported by the current configuration.
> Turning on debug I see at the top of the log:
> [DEBUG] Artifact not found - using stub model: Unable to download the artifact from any repository
>   org.mortbay.jetty:jetty:pom:4.2.12
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   aegeon-proxy (http://192.168.0.91:2222/proxy/aegeon)
> Looking inside the repo1.maven.org/maven2 repository I can see that the directory exists for jetty 4.2.12 but there is no pom in it. My build pom  makes reference to the following extension:
> 		<extensions>
> 			<extension>
> 				<groupId>org.apache.maven.wagon</groupId>
> 				<artifactId>wagon-webdav</artifactId>
> 				<version>1.0-beta-2</version>
> 			</extension>
> 		</extensions>
> Please suggest a fix as this is blocking our development because we cannot deploy to our local Archiva server.
> ciao
> Derek

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