I don't know Artifactory, but see it's documentation how to add remote
repositories to it. This is a common task so it should be documented.
If you are not using Artifactory, just add a <repository> entry to your
settings.xml [0] and Maven will find it if you specify the correct
artifactId/groupId/version.
hth,
- martin
[1]
http://maven.apache.org/settings.html#RepositoriesOn 08 Jul 2008, buters wrote:
>
> Sorry Matinh,
>
> it was a silly thing to do. Errors were because I'm using Artifactory with
> Tomcat and Tomcat was not started. Tomcat runs normally im background, but
> yesterday it didn't.
>
> Sorry and againg thank you.
>
> antlr.jar was a wrong example. But jbossall-client-4.2.2.GA.jar
> [0]
>
http://repository.jboss.com/maven2/org/jboss/client/jbossall-client/4.2.2.GA/> doesn't exist in
http://repo1.maven.org/maven2/ and MvnIndex cannot find it.
>
> If you know, how can I configure settings.xml or pom.xml, that this artifact
> can be automatically found without copying it from the jboss repository to
> my local one?
>
> Thanks beforehand,
> regards, buters
>
>
>
> matinh wrote:
> >
> > On 07 Jul 2008, buters wrote:
> >
> >>
> >> Thank you very much Martin,
> >>
> >> but this is not a solution. Some artifact with same artifactId can have a
> >> different grouId.
> >
> > That's true. But where's the problem?
> >
> >> The MvnIndexes idea is good, but e.g.
> >> <dependency>
> >> <groupId>antlr</groupId>
> >> <artifactId>antlr</artifactId>
> >> <version>2.7.7</version>
> >> </dependency>
> >> Maven doesn't want to accept it, though MvnIndex finds it.
> >
> > What do you mean by "not accept"? It's definitely there [0], that's why
> > mvnindex.org find it. What error message do you get?
> >
> >
> > - martin
> >
> > [0]
http://repo1.maven.org/maven2/antlr/antlr/2.7.7/> >
> >
> >
>
> --
> View this message in context:
http://www.nabble.com/Find-artefact-tp18306545p18334883.html> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
users-unsubscribe@...
> For additional commands, e-mail:
users-help@...
>