# HG changeset patch # User Kostis Kyzirakos # Date 1367139849 -10800 # Node ID 83f4554eb2aa319fcf0e236f720b729cea200c96 # Parent 069d6147db4df7a8a7ee99b1d53db7211a1075a3 Flipped the default behaviour of a build regarding testing. By default, no tests will be run. diff -r 069d6147db4d -r 83f4554eb2aa README --- a/README Sat Apr 27 14:37:28 2013 +0300 +++ b/README Sun Apr 28 12:04:09 2013 +0300 @@ -59,12 +59,12 @@ Assuming you have already downloaded Strabon and you are in the top-level directory of Strabon, issue the following command to build it from command line: - $ mvn package + $ mvn clean package -The above command runs automatically the JUnit tests. To skip them pass option -`-DskipTests=true' to the above command. The complete command is the following: +In order to run automatically the JUnit tests, pass the option `-DskipTests=true' +to the above command. The complete command is the following: - $ mvn -DskipTests=true package + $ mvn -DskipTests=false clean package In case of an error during building of Strabon and assuming that the error does not come from the JUnit tests, please have a look at the `Known Issues' section diff -r 069d6147db4d -r 83f4554eb2aa pom.xml --- a/pom.xml Sat Apr 27 14:37:28 2013 +0300 +++ b/pom.xml Sun Apr 28 12:04:09 2013 +0300 @@ -152,7 +152,7 @@ 2.1.7 UTF-8 UTF-8 - false + true