2008/10/21 Julien Stern <[EMAIL PROTECTED]>

> Brett Porter wrote:
>
>  Also, it is a common misconception that you need to use this wagon for
>> repository managers - most actually work without it (just drop dav: from the
>> front of your URL). It is only required on an actual DAV server which won't
>> create parent directories automatically.
>>
>
> Err... Common misconception indeed... You mean that I do not need this
> extension for Archiva ?
>
> I have in my primary pom.xml :
>
>    <repository>
>      <id>m2repo</id>
>      <url>dav:http://www/archiva/repository/internal</url>
>    </repository>
>
> My understanding was that I would not be able to deploy to it anymore if I
> removed the extension ? Is that not the case ?
>

If you leave that <url> as is, you are correct... if you change it to

   <repository>
     <id>m2repo</id>
     <url>http://www/archiva/repository/internal</url>
   </repository>

You should be able to deploy without the extension

Reply via email to