Strabon
diff README @ 1531:142b6555a010
[maven-release-plugin] prepare release v3.2.11-temporals
author | Konstantina Bereta <Konstantina.Bereta@di.uoa.gr> |
---|---|
date | Thu Sep 22 16:52:54 2016 +0300 (2016-09-22) |
parents | 4dff2f1163d8 7cef08972437 |
children |
line diff
1.1 --- a/README Fri May 23 13:37:11 2014 +0300 1.2 +++ b/README Thu Sep 22 16:52:54 2016 +0300 1.3 @@ -63,6 +63,12 @@ 1.4 1.5 $ mvn -DskipTests=false clean package 1.6 1.7 +Alternatively, it is possible to run a specific test. Supposing that the name of 1.8 +the corresponding class is `TestName', then you can run only this 1.9 +test using the following command: 1.10 + 1.11 + $ mvn test -DfailIfNoTests=false -DskipTests=false -Dtest=TestName 1.12 + 1.13 In case of an error during building of Strabon and assuming that the error does 1.14 not come from the JUnit tests, please have a look at the `Known Issues' section 1.15 below. If none of the known issues of that section applies, please contact the 1.16 @@ -481,31 +487,6 @@ 1.17 1.18 Known Issues 1.19 ============ 1.20 -* Strabon depends on a version of Sesame OpenRDF that is not hosted at the central 1.21 - repository of Maven. These artifacts resided on the Maven repository of Aduna 1.22 - which is not maintained any more. For this reason, you can use a mirror repository 1.23 - hosted by Ontotext. To configure maven to use the Ontotext mirror for the Aduna 1.24 - repository, you append to your settings file ${user.home}/.m2/settings.xml) the 1.25 - following: 1.26 - 1.27 -<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" 1.28 - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 1.29 - xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 1.30 - http://maven.apache.org/xsd/settings-1.0.0.xsd"> 1.31 -... 1.32 -... 1.33 - <mirrors> 1.34 - <mirror> 1.35 - <id>aduna-mirror</id> 1.36 - <name>Aduna Maven Repository - Mirror</name> 1.37 - <url>http://maven.ontotext.com/content/repositories/aduna/</url> 1.38 - <mirrorOf>aduna-opensource.releases</mirrorOf> 1.39 - </mirror> 1.40 - </mirrors> 1.41 -... 1.42 -... 1.43 -</settings> 1.44 - 1.45 * By default, Tomcat uses ISO-8859-1 character encoding when decoding URLs received 1.46 from a browser. This can cause problems when encoding is UTF-8, and you are using 1.47 international characters. In order to fix this, edit conf/server.xml and find the