[
https://issues.apache.org/jira/browse/UIMA-5753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16408789#comment-16408789
]
Richard Eckart de Castilho commented on UIMA-5753:
--------------------------------------------------
Building UIMA under Java9+ requires setting the MAVEN_OPTS to add the XML
module, otherwise japicmp will not work (cf. https://github.com/siom79/japicmp)
{noformat}
export MAVEN_OPTS="--add-modules java.xml.bind"
{noformat}
> 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
> Priority: Minor
>
> Since meanwhile Java 10 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)