If I can reproduce it in an example, I'll create an issue. I was surprised to find, in my attempt to make a sample, that I couldn't reproduce it in the sample, though it continues to occur on my actual project.
I notice that in my project (that doesn't work) I get the following at the beginning of the build: [INFO] Scanning for projects... ----------------------------------------------------- this realm = app0.child-container[extensions] urls[0] = file:/home/jrduncans/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar urls[1] = file:/home/jrduncans/.m2/repository/de/zeigermann/xml/xml-im-exporter/1.1/xml-im-exporter-1.1.jar urls[2] = file:/home/jrduncans/.m2/repository/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar urls[3] = file:/home/jrduncans/.m2/repository/jdom/jdom/1.0/jdom-1.0.jar urls[4] = file:/home/jrduncans/.m2/repository/commons-codec/commons-codec/1.2/commons-codec-1.2.jar urls[5] = file:/home/jrduncans/.m2/repository/slide/slide-webdavlib/2.1/slide-webdavlib-2.1.jar urls[6] = file:/home/jrduncans/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar urls[7] = file:/home/jrduncans/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar urls[8] = file:/home/jrduncans/.m2/repository/commons-httpclient/commons-httpclient/3.0.1/commons-httpclient-3.0.1.jar Number of imports: 0 this realm = plexus.core urls[0] = file:/home/jrduncans/apps/maven/lib/maven-core-2.0.6-uber.jar Number of imports: 0 ----------------------------------------------------- But in my sample that does work I get: [INFO] Scanning for projects... [INFO] snapshot com.stephenduncanjr.test:webdavparent:1.0-SNAPSHOT: checking for updates from ce-snapshots WAGON_VERSION: 1.0-beta-2 Any ideas? I'm having difficulty figuring out what I might need to add to the sample to reproduce the problem... -Stephen On 4/2/07, Carlos Sanchez <[EMAIL PROTECTED]> wrote:
open a jira http://jira.codehaus.org/browse/MNG and attach a sample with as much detailas possible On 4/2/07, jrduncans <[EMAIL PROTECTED]> wrote: > > Sorry, I realize I wasn't clear. That IS how I am using is. I have the > build extension defined, it worked in Maven 2.0.5, but it does not work in > Maven 2.0.6. (The build extension is defined in a parent POM, but I tested > adding it directly to the POM of the project I was testing, and the result > is the same). > > -Stephen > > > Wendy Smoak-3 wrote: > > > > On 4/2/07, jrduncans <[EMAIL PROTECTED]> wrote: > >> > >> I can't deploy using webdav after upgrading to Maven 2.0.6 > >> > >> I get the following output: > >> [INFO] [deploy:deploy] > >> altDeploymentRepository = null > >> [INFO] Retrieving previous build number from ce-snapshots > >> [WARNING] repository metadata for: 'snapshot > >> mil.jfcom.cie.guard:guardtransport:1.0-SNAPSHOT' could not be retrieved > >> from > >> repository: ce-snapshots due to an error: Unsupported Protocol: 'dav': > >> Cannot find wagon which supports the requested protocol: dav > > > > The easiest way to get dav to work is to add the wagon-webdav jar as a > > build extension. > > > > The Archiva docs explain how: > > > > http://maven.apache.org/archiva/guides/getting-started/maven-configuration.html > > > > -- > > Wendy > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: http://www.nabble.com/Cannot-deploy-using-webdav-with-Maven-2.0.6-tf3506686s177.html#a9797799 > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- I could give you my word as a Spaniard. No good. I've known too many Spaniards. -- The Princess Bride --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Stephen Duncan Jr www.stephenduncanjr.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
