I'm not using Eclipse, so I can't give you an authoritative answer. The
only thing I know is that central for example contains an index
directory [1]. Perhaps other repositories don't maintain such an index.
Please open a new thread with a more matching subject if you need more
help/information about this topic. It would probably also be useful if
you would tell which eclipse plugin you are using, as there are two of
them: m2eclipse and q4e.
-Tim
[1] http://repo1.maven.org/maven2/.index/
buters schrieb:
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]