|
From: Yoav L. <yla...@gm...> - 2007-04-26 19:10:20
|
Both work fine. We found out, however, that dav is faster, especially with large artifacts. In terms of user/pass the dav wagon follows the principal of taking those from your settings.xml <servers> config. To use http:dav you just have to configure the wagon in the build <extensions>. This sample pom might be helpful as a reference: http://artifactory.svn.sourceforge.net/viewvc/artifactory/trunk/core/src/it/a/pom.xml?revision=436&view=markup On 4/26/07, dhoffer <DH...@xr...> wrote: > > > 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. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Artifactory-users mailing list > Art...@li... > https://lists.sourceforge.net/lists/listinfo/artifactory-users > |