[SAC] Re: [OSGeo] #607: Maven Deploy fails with 405 Error

OSGeo trac_osgeo at osgeo.org
Sun Aug 1 21:49:21 EDT 2010


#607: Maven Deploy fails with 405 Error
---------------------------+------------------------------------------------
 Reporter:  jive           |       Owner:  sac@…              
     Type:  defect         |      Status:  new                
 Priority:  blocker        |   Milestone:                     
Component:  Systems Admin  |    Keywords:                     
---------------------------+------------------------------------------------

Comment(by jive):

 Maven can support a range of things FTP, SCP, SFTP (more details here
 http://maven.apache.org/wagon/). I don't see https on their list. Looks
 like we are using webdav from here (http://maven.apache.org/wagon/wagon-
 providers/wagon-webdav/).
 Reading further(
 http://docs.codehaus.org/display/MAVENUSER/Deploying+3rd+Party+Jars+With+WebDAV)
 I could see no examples using https.

 Okay finally found an example:
 http://docs.codehaus.org/display/HAUSMATES/Maven+Guide

 Uses:

    <site>
       <id>codehaus.org</id>
       <url>dav:https://dav.codehaus.org/xfire/</url>
     </site>

 And has interesting steps required to install a certificate.

 It would take us some time to sort this out as we would need to update 30
 pom.xml files; but yeah it looks like https would work. If SFTP or one of
 the other protocols is better suited I think it would be more suited for
 our needs (as it is a tested wagon implementation).

 I think we only did webdav as it was something quick for Paul Ramsey to
 setup at refractions.

-- 
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/607#comment:8>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Sac mailing list