Hi All,
i'm trying to install the lookup service locally. I get an error while
running mvn clean install.
First of all, i'd notice you that the pom.xml needs some changes,
because some repositories are no longer reacheable.
You need to modify it as follows:
<repositories>
<repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
<url>http://download.java.net/maven/2/</url>
<layout>default</layout>
</repository>
<repository>
<id>scala-tools.org</id>
<name>Scala-tools Maven2 Repository</name>
<url>https://oss.sonatype.org/content/groups/scala-tools/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>scala-tools.org</id>
<name>Scala-tools Maven2 Repository</name>
<url>https://oss.sonatype.org/content/groups/scala-tools/</url>
</pluginRepository>
</pluginRepositories>
In spite of all i still get an error:
[ERROR] Failed to execute goal on project dbpedia-lookup: Could not
resolve dependencies for project
org.dbpedia.lookup:dbpedia-lookup:pom:3.0: Could not find artifact
org.semanticweb.yars:nx-parser:jar:1.1 in maven2-repository.dev.java.net
(http://download.java.net/maven/2/) -> [Help 1]
Checking the repository http://download.java.net/maven/2/ i can see that
org.dbpedia.lookup is missing.
May depends on it?
Thank in advance for your help.
Cheers.
cristian
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Dbpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion