[ http://jira.codehaus.org/browse/MNG-1580?page=comments#action_53753 ]
Matthew Daniel commented on MNG-1580: ------------------------------------- <p> Sorry to follow myself up, but as it turns out, it was being "denided" because it wasn't creating the intermediate version directory: <code>/groupId/artifactId/1.0</code> existed but<code>/groupId/artifactId/1.2</code> did not, and thus a <code>PUT</code> to<code>/groupId/artifactId/1.2/artifactId.jar</code> puked. </p><p> A simple MKCOL with cadaver cured its ills. </p> > Unable to enable http-wagon instead of http-wagon-lightweight using > <extension> > ------------------------------------------------------------------------------- > > Key: MNG-1580 > URL: http://jira.codehaus.org/browse/MNG-1580 > Project: Maven 2 > Type: Bug > Versions: 2.0 > Environment: CentOS release 4.1 (Final) > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05) > Reporter: David Rice > Fix For: 2.0.3 > > > I am attempting to deploy using http and in order to use the http-wagon > plugin I had to remove the wagon-http-lightweight-1.0-alpha-5.jar jar from > the lib directory and put in the wagon-http-1.0-alpha-5.jar. > I attempted to refer to the wagon-http in the <build><extensions> section. > It downloaded the plugin, but continued to get the error "PUT operation is > not supported by Light Weight HTTP wagon". Only removing the lightweight > jar fixed this. -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]