Hi Lewis, > This is fixed in trunk cf. https://issues.apache.org/jira/browse/ANY23-79 > Basically if you work from master branch then it is 'fixed'. Nice! Running the latest and greatest from trunk is way cooler anyway :-)
I run into an issue with `mvn clean install` on the latest commit (i.e., 108d...). IIRC Surefire is for running unit tests. Am I allowed to skip them for compilation? Here's the Maven output: ~~~ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project apache-any23-core: There are test failures. [ERROR] [ERROR] Please refer to /home/wbeek/Git/any23/core/target/surefire-reports for the individual test results. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :apache-any23-core ~~~ The Maven feedback is correct: there's a bunch of files in `$ANY23_HOME/core/target/surefire-reports` that should probly explain which test failed why, but I'm not knowledgeable enough to investigate them ATM. Here's my Maven/Java version: ~~~ $ mvn -version Apache Maven 3.3.3 (NON-CANONICAL_2015-07-10T12:37:52_mockbuild; 2015-07-10T14:37:52+02:00) Maven home: /usr/share/maven Java version: 1.8.0_77, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.77-1.b03.fc23.x86_64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "4.4.6-300.fc23.x86_64", arch: "amd64", family: "unix" ~~~ -- Cheers, Wouter.
