|
From: Eli G. <el...@jf...> - 2010-06-28 12:45:18
|
Hi Billi, I am glad it worked out! Just one thing, I saw you added 'repo1' into your settings.xml but you already have Artifactory proxy it for you. For artifact resolution, if you'll go to Admin->Configuration->Repositories->Virtual Repositories->remote-repos->resolved repositories, you should see 'repo1' in the list of remote repositories artifactory is going out to when searching for artifacts. As far as the m2eclipse indexing usage, any remote repository can be added to the list of include repositories in the index page (see my previous answer) and Artifactory will download the repository index and expose it to you for each virtual repository defined in your settings. To double check, in Eclipse go to Window->Show View->Other->Maven->Maven Repositories and you should see there a drill down of your virtual repositories. If you don't see them it means your IDE is using a different settings.xml then you think. You can set it up in Window->Preferences->Maven->User Settings. Eli The Artifactory team |