[
https://issues.apache.org/jira/browse/UIMA-5753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16648087#comment-16648087
]
Marshall Schor commented on UIMA-5753:
--------------------------------------
Summary of pom changes to get this to go in Java 11:
In uima-wide parent-pom:
Changes to plugin versions:
maven-compiler-plugin 3.8.0
maven-surefire-plugin: 2.22.1
maven-enforcer-plugin: version 3.0.0-M2
maven-antrun-plugin (remove version, inherit from apache-wide pom 21: 1.8
Changes to plugin and build dependencies
set properties for jaxb versions: 2.3.1 and 2.3.0.1
add dependencies (scope runtime) for jaxb-api, jaxb-core, jaxb-impl,
javax-annotation
maven-changes-plugin: add dependency to javax.annotation-api v 1.3.2
(needed additionally)
maven-surefire-plugin: add configuration -> argline -->
--illegal-access=permit
maven-failsafe-plugin: add configuration -> argline -->
--illegal-access=permit
In uimaj parent-pom:
parent-pom version: 12-SNAPSHOT
maven-surefire-plugin (remove version, inherit 2.22.1)
remove java9 profile - inherit from uima-wide parent-pom
(probably not related to java 11: update jaicmp-maven-plugin to 0.13.0)
> Get UIMA compile on Java 9 and higher
> -------------------------------------
>
> Key: UIMA-5753
> URL: https://issues.apache.org/jira/browse/UIMA-5753
> Project: UIMA
> Issue Type: Improvement
> Components: Core Java Framework
> Affects Versions: 2.10.2SDK
> Reporter: Richard Eckart de Castilho
> Assignee: Marshall Schor
> Priority: Minor
> Fix For: 3.0.1SDK, 2.10.3SDK
>
> Attachments:
> UIMA-5753--2018-03-30--1af71ac05a770d81cb053f4bf301ae25bd4dfcfd.patch
>
>
> Since meanwhile Java -10- 11 :) has been released, seems like a good idea to
> get the build finally running on Java 9 and higher.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)