Hi, I've noticed that some of the source jars in the maven repository do not contain the source for the corresponding binary jar.
The org.restlet-1.0.1-sources.jar<http://maven.restlet.org/org/restlet/org.restlet/1.0.1/org.restlet-1.0.1-sources.jar>looks right, but that same source is in com.noelios.restlet-1.0.1-sources.jar<http://maven.restlet.org/com/noelios/restlet/com.noelios.restlet/1.0.1/com.noelios.restlet-1.0.1-sources.jar>and com.noelios.restlet.ext.servlet-1.0.1-sources.jar<http://maven.restlet.org/com/noelios/restlet/com.noelios.restlet.ext.servlet/1.0.1/com.noelios.restlet.ext.servlet-1.0.1-sources.jar>instead of the source to their matching binary jars. I didn't check any others, as these are the only ones I use. -- Mark R

