Hi, I recently fixed 2 bugs in wagon-webdav rc1-snapshot that make it possible to use it with maven 2.1 and 2.0.6/2.0.7.
One bug was the addition of the omitted and required plexus-utils dependency - the code directly uses it. Since 2.0.6, plexus-utils is shaded and plugins and extensions are required to list plexus-utils as a direct dependency if they use it. The second bug I fixed was that the 'isCollection' call looked at a DAV property that was not retrieved - only the name property was retrieved. I changed the preceding call to retrieve the name property to retriev the default properties. I'd like to see wheter it's feasible to release this wagon provider separately as rc1, or wheter we have to release the entire wagon stack. The problem is that everything that uses a dav repository (like codehaus) now requires to list the apache snapshot repository in order to use the fixed wagon-webdav. WDYT? -- Kenney --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
