[Yanel-dev] Adding external Maven Repositories to your project

Balz Schreier balz.schreier at gmail.com
Tue Sep 21 23:37:57 CEST 2010


Hi,

I would like to add some libraries to my realm which are not (yet) available
from the Yanel repository.

As an example: I would like to add this repository:

<repository>
   <id>maven-restlet</id>
   <name>Public online Restlet repository</name>
   <url>http://maven.restlet.org</url>
</repository>

Where do I have to configure that in my realm?

Then I probably have to add the dependency too:

<dependency>
   <groupId>org.restlet.jse</groupId>
   <artifactId>org.restlet</artifactId>
   <version>2.0.0</version>
</dependency>

Where would that go in my realm? I guess the normal dependencies.xml?

Cheers
Balz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wyona.org/pipermail/yanel-development/attachments/2010092=
1/c98773c3/attachment.htm


More information about the Yanel-development mailing list