Re: including restlet in a maven project

2010-01-20 Thread Bruno Harbulot
Hello, Marc Limotte wrote: > Great, this worked for me... got 2.0-m6, although I had to use the > instructions to manually download it into my local repository. > You can also add the repository to your POM: restlet Public online Restlet repository

Re: including restlet in a maven project

2010-01-20 Thread Marc Limotte
Great, this worked for me... got 2.0-m6, although I had to use the instructions to manually download it into my local repository. Thanks. Marc On Tue, Jan 19, 2010 at 1:31 PM, Ben R Vesco wrote: > Also that referenced page might not reflect the new structure. You > won't find anything newer tha

Re: including restlet in a maven project

2010-01-19 Thread Ben R Vesco
Also that referenced page might not reflect the new structure. You won't find anything newer than M5 in the "old" groupId of org.restlet. Instead, use the group id for the edition you are using such as org.restlet.jse or org.restlet.j2e and so on. Then you can get the M6 and newer releases. On Tu

Re: including restlet in a maven project

2010-01-19 Thread Rhett Sutphin
Hi Marc, On Jan 19, 2010, at 3:13 PM, Marc Limotte wrote: > I need to use restlet in a project which is managed by Maven2. I'm > not too familiar with Maven, but I think I need a POM file for > restlet, and I don't see one in the maven central repository. Is > there a repo available with

including restlet in a maven project

2010-01-19 Thread Marc Limotte
I need to use restlet in a project which is managed by Maven2. I'm not too familiar with Maven, but I think I need a POM file for restlet, and I don't see one in the maven central repository. Is there a repo available with restlet (2.0-r6) in it? Alternatively, I thought I could add it to my loc