# HG changeset patch # User Kostis Kyzirakos # Date 1405501552 -7200 # Node ID b87735624a1c762b1a9f3383cd23935c2e4dfb68 # Parent 13a7688d8430209c51ee4a1e1f66400a9aa24b80 Modified the pom.xml to use the Aduna's mirror by Ontotext without asking the user to modify hers ~/.m2/settings.xml diff -r 13a7688d8430 -r b87735624a1c README --- a/README Wed Jul 09 12:21:59 2014 +0300 +++ b/README Wed Jul 16 11:05:52 2014 +0200 @@ -472,31 +472,6 @@ Known Issues ============ -* Strabon depends on a version of Sesame OpenRDF that is not hosted at the central - repository of Maven. These artifacts resided on the Maven repository of Aduna - which is not maintained any more. For this reason, you can use a mirror repository - hosted by Ontotext. To configure maven to use the Ontotext mirror for the Aduna - repository, you append to your settings file ${user.home}/.m2/settings.xml) the - following: - - -... -... - - - aduna-mirror - Aduna Maven Repository - Mirror - http://maven.ontotext.com/content/repositories/aduna/ - aduna-opensource.releases - - -... -... - - * By default, Tomcat uses ISO-8859-1 character encoding when decoding URLs received from a browser. This can cause problems when encoding is UTF-8, and you are using international characters. In order to fix this, edit conf/server.xml and find the diff -r 13a7688d8430 -r b87735624a1c pom.xml --- a/pom.xml Wed Jul 09 12:21:59 2014 +0300 +++ b/pom.xml Wed Jul 16 11:05:52 2014 +0200 @@ -875,21 +875,20 @@ Strabon - maven repository - snapshots http://maven.strabon.di.uoa.gr/content/repositories/snapshots - - - true - - - false - - strabon.sesame - Strabon - maven repository - sesame artifacts (temporary) - http://maven.strabon.di.uoa.gr/content/repositories/strabon.sesame/ - - true @@ -928,6 +926,17 @@ http://mirrors.ibiblio.org/pub/mirrors/maven2/ --> + + + true + + + false + + aduna-mirror-ontotext + Aduna Maven Repository - Ontotext Mirror + http://maven.ontotext.com/content/repositories/aduna/ +