RE: Restlet Framework 2.1.2 and 2.2 M3 released (+ new web site)

2013-04-17 Thread Darryl Miles
Great work.

But what is broken in the Maven repo ?

http://maven.restlet.org/org/restlet/org.restlet/  (should a 2.1.1 version be 
here?)

http://maven.restlet.org/org/restlet/org.restlet.ext.servlet/  (same again, 
should a 2.1.1 version be here?)

I have Apache Solr 4.2.1 and it references:

org.restlet:org.restlet:2.1.1
org.restlet:org.restlet.ext.servlet:2.1.1

--
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=3053512


RE: Re: Restlet Framework 2.1.2 and 2.2 M3 released (+ new web site)

2013-04-17 Thread Darryl Miles
Ah yes they are using correct GAV.  I don't know restlet's project history with 
groupId changes.

So... looking at the problem I see again from another angle.

Maybe the issue is the Nexus index is out of date on maven.restlet.org ?  

My local Nexus repository (which I only setup today) does not list anything 
after:

2.0.10
2.1-RC1

org.restlet.jee:org.restlet.ext.servlet

Since a nexus index exists this is probably used in preference to just trying 
to obtain the artifact.

I tried to disable Download Remote Indexes (of the local Nexus repo) but I 
think because it has already downloaded an index it is still being used in 
preference to hitting the origin server for every HTTP/404.

--
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=3053519


RE: Re: Restlet Framework 2.1.2 and 2.2 M3 released (+ new web site)

2013-04-17 Thread Darryl Miles
I can confirm this has resolved the problem.

Thanks for the swift response.

--
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=3053528