|
From: Yoav L. <yla...@gm...> - 2007-05-30 15:54:59
|
"lib-releases"'s default config is not to handle snapshots, so it is very likely that it rejects your snapshot artifact for the right reasons (you should be able to see this in the artifactory log). Check the config <handleSnapshots> value. If this is not your case, it would be helpful if you post your artifactory.config.xml and the server log in debug mode. You made a smart choice, btw ;) On 5/30/07, Clifton <cli...@gm...> wrote: > > Ok, I have another issue. I got WebDav working last night on my local box > with both the libs-snapshots and libs-releases repos. When I came into work > this morning I was only able to get maven to webdav deploy to the > libs-snapshots repo while I got unauthorized errors deploying to > libs-releases. I have the exact same permissions mapped to a "developer" > user for both repos. I'm confused. Admittedly the artifact I'm deploying is > a snapshot POM, could that be the issue? By the way, thanx for all of your > help. I actually gave up on Artifactory and installed Proximity yesterday > but gave it another shot last night from home and switched it back on this > morning after proximity was giving me issues finding artifacts from central. > Thanx again everybody. > > Cliff > > Yoav Landman wrote: > > > > Thanks Cliff. > > 1.2.1 uses an improved security model and the docs on the site are out > > of sync. This is a known issue. > > > > You can find info on how security works in the original release notes: > > http://www.nabble.com/-ANN--Artifactory-1.2.1-rc0-tf3568954.html > > And a sample for using webdav here: > > http://www.nabble.com/Re%3A--1.2.1rc0--Error-deploying-artifact-in-multi-module-build-tf3722098.html#a10423036 > > > > Major docs cleanup is on its way for 1.2.1 final, coming out in the > > next couple of weeks.. > > > > On 5/30/07, Cliff <cc...@gb...> wrote: > >> > >> Link to my documentation: > >> http://www.jfrog.org/wiki/index.php/Artifactory:Permissions > >> > >> freddy33 wrote: > >> > > >> > 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 > >> >> > >> > > >> > > >> ------------------------------------------------------------------------- > >> > 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 > >> > > >> > > >> > >> -- > >> View this message in context: > >> http://www.nabble.com/How-do-I-deploy-to-Artifactory--tf3834147.html#a10866613 > >> 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 > >> > > > > ------------------------------------------------------------------------- > > 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 > > > > > > -- > View this message in context: http://www.nabble.com/How-do-I-deploy-to-Artifactory--tf3834147.html#a10874920 > 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 > |