This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-geometry.git
commit 6a6b35c2ed88ce4b6b9cedba4644b22a216da346 Author: Alex Herbert <a.herb...@sussex.ac.uk> AuthorDate: Tue Feb 18 08:32:50 2020 +0000 Remove jxr version control. The project contains no java 9 modules so there is no requirement to restrict JXR to a version that does not fork the build. --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index 024f982..b51eb2f 100644 --- a/pom.xml +++ b/pom.xml @@ -65,11 +65,6 @@ <!-- Required for Java 13 build --> <commons.spotbugs.dep.version>4.0.0</commons.spotbugs.dep.version> - <!-- Fix to avoid JXR 3.0.0 forking the lifecycle phase 'compile' during site report - jxr:aggregate. If compile is forked it fails when building the Java 9 modules that - depend on other packages. --> - <commons.jxr.version>2.5</commons.jxr.version> - <commons.jacoco.haltOnFailure>false</commons.jacoco.haltOnFailure> <commons.site.path>geometry</commons.site.path>