|
From: dhoffer <DH...@xr...> - 2007-04-26 17:16:40
|
Is it best to deploy/release using http or dav:http? If dav, how do I set
this up? I assume this is works on the server with no additional
configuration? Is that right?
On the client do I just add:
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav</artifactId>
<version>1.0-beta-2</version>
</extension>
</extensions>
Do I have to configure username/passord somehow? Anything else to get this
to work?
--
View this message in context: http://www.nabble.com/Is-WebDAV-supported-by-1.2.1-rc0--tf3652990.html#a10204834
Sent from the Artifactory-Users mailing list archive at Nabble.com.
|