You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Derek Clarkson (JIRA)" <ji...@codehaus.org> on 2007/03/01 02:12:43 UTC

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

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

        

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

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

        

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

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/WAGON-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92194 ] 

Carlos Sanchez commented on WAGON-74:
-------------------------------------

this was not a problem for me before

> 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

        

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

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

Brett Porter updated WAGON-74:
------------------------------

    Fix Version/s: 1.0-beta-3

> 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: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-webdav
>    Affects Versions: 1.0-beta-2
>         Environment: Maven 2.0.5
>            Reporter: Derek Clarkson
>            Priority: Blocker
>             Fix For: 1.0-beta-3
>
>
> 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

        

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

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

Brett Porter closed WAGON-74.
-----------------------------

         Assignee: Brett Porter
       Resolution: Cannot Reproduce
    Fix Version/s:     (was: 1.0-beta-3)

jetty 4.2.12 has a valid pom, and it is only test scope so should not be looked up anyway - looks like this was a configuration error

> 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: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-webdav
>    Affects Versions: 1.0-beta-2
>         Environment: Maven 2.0.5
>            Reporter: Derek Clarkson
>            Assignee: Brett Porter
>            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