Author: pascalschumacher Date: Fri Oct 13 15:23:19 2017 New Revision: 1812141
URL: http://svn.apache.org/viewvc?rev=1812141&view=rev Log: pom.xml: add profile that allows build on java 9 .travis.yml: add oraclejdk9 build (closes #8, closes #7) Modified: commons/proper/configuration/trunk/.travis.yml commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/trunk/.travis.yml URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/.travis.yml?rev=1812141&r1=1812140&r2=1812141&view=diff ============================================================================== --- commons/proper/configuration/trunk/.travis.yml (original) +++ commons/proper/configuration/trunk/.travis.yml Fri Oct 13 15:23:19 2017 @@ -19,6 +19,7 @@ sudo: false jdk: - openjdk7 - oraclejdk8 + - oraclejdk9 after_success: - mvn clean cobertura:cobertura coveralls:report Modified: commons/proper/configuration/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1812141&r1=1812140&r2=1812141&view=diff ============================================================================== --- commons/proper/configuration/trunk/pom.xml (original) +++ commons/proper/configuration/trunk/pom.xml Fri Oct 13 15:23:19 2017 @@ -720,6 +720,18 @@ </plugins> </build> </profile> + <profile> + <id>java9</id> + <activation> + <jdk>9</jdk> + </activation> + <properties> + <!-- versions below 3.0.0 do not work with java 9 --> + <commons.javadoc.version>3.0.0-M1</commons.javadoc.version> + <!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 --> + <coveralls.skip>true</coveralls.skip> + </properties> + </profile> <!-- Uncomment this and set the path accordingly to enable YourKit --> <!-- http://www.yourkit.com/docs/80/help/agent.jsp --> <!-- <profile>