|
From: Frederic S. <fr...@jf...> - 2007-05-29 19:08:49
|
The same URL for read and write... Cool no? Maven is sending a PUT web request when doing deploy on an http(s) url, and artifactory is catching this to do the deployment. This is were all the security settings of Artifactory kicks in. We tried (as much as possible), to make the DB safe and transactional while keeping maven unaware of it. For heavy deployment it is recommended to use webdav (See previous posts and doc about it). Good luck with your new job and maven ;-) On 5/29/07, Clifton <cli...@gm...> wrote: > > > Hello all, > > First let me say thanks for a great project. I just started using > Artifactory at my new job after using Maven-Proxy for years at my last job > and it's great. I'm a little confused though. Where would I direct my > Maven > deploys to? On Maven-Proxy I would just sftp to the repo folder on the > host > machine but Artifactory uses a DBMS for repos so I don't see a clear way > do > do deploys. Please advise. > > Cliff > -- > View this message in context: > http://www.nabble.com/How-do-I-deploy-to-Artifactory--tf3834147.html#a10854801 > 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 > |