Stephen Connolly wrote:
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

OK. I was not aware that Archiva also has a pure http publication interface. I will then slowly transition my poms to _not_ use dav, and will switch to 2.0.9 when every project will be transitioned.

Many thanks.

--
Julien

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to