Dan Bergh Johnsson wrote:
Ok, I managed to follow my simple instructions and it all worked out fine.
But then!
I tried to start from an empty local maven repo (rm -r ~/.m2/repository/*).
And, there was a resource that was not found:
---xxx---
[INFO] Failed to resolve artifact.
GroupId: org.openrdf.sesame
ArtifactId: sesame-core
Version: 2.2.1
Reason: Unable to download the artifact from any repository
org.openrdf.sesame:sesame-core:pom:2.2.1
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
ops4j-snapshot (http://repository.ops4j.org/mvn-snapshots)
---xxx---
Probably, I have been missing this as my local repo was "primed" by earlier
qi4j-builds (snap-0.5 probably).
So: where do I find the openrdf repo?
<repositories>
<repository>
<id>aduna</id>
<url>http://repo.aduna-software.org/maven2/releases/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
/Rickard
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev