Hi all. I'm just wondering... Have you ever attempted to create a dependency without the <version/> or <jar/> tags?
Maybe I'm stupid, but I'd expect Maven to look for a jar
${dep.groupId}/jars/${dep.artifactId}.jar - but instead
it attempts to locate ${dep.groupId}/jars/${dep.artifactId}-.jar :-/
This is RC-1.0 by the way.
