Thank you very much Tim. But it would be fine if you me explain, why am I not able to index any repository with Maven Index in eclipse besides central, local and from Artifactory. If I try Add Dependency to my project, that doesn't exist in one of these repositories, eclipse doesn't find this plugin, though I've defined repository in my pom.xml. Or I must ignore eclipse errors, set <dependency> manual and try to run Maven goals?
Thanks beforehand, regards, buters Tim Kettler wrote: > > buters schrieb: >> Hi, > > Hi, > >> would you explain me how can I acces to e.g. >> http://repository.jboss.com/maven2/ >> >> I know that I have to add this in settings.txt > > You probably mean settings.xml. > >> <servers> >> <server> >> <id>artifactory</id> >> <username>admin</username> >> <password>password</password> >> </server> >> </servers> > > This is only needed if the repository is password protected. For public > repositories like central, codehaus or the jboss repository you can > simply omit that part, just configure the repository in the repositories > section and you are done. > >> It is clear in case of Artifactory which id, username and password should >> be >> used. >> But which id, username and password must I use for other remote >> repositories >> (beside central)? >> >> Thanks beforehand, >> regards, buters > > -Tim > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Access-to-remote-repositories-tp18300257p18303814.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
