I've gotten uimaj (v2) to build using Java 11, with a setting of maven-compiler-source / target of "8". I've run the "document analyzer" gui, using Java 11, and it seems to at least launch OK.
One quirk I haven't found a way to get around: the build reports a false-positive javadoc warning message ... JCas.java:270: warning: @return has already been specified Searching the web shows this is a known issue, but I didn't find any workarounds. I'll be checking in mods soon... -Marshall On 10/10/2018 5:35 PM, Marshall Schor wrote: > seems the maven-compiler-plugin needs version 3.8.0, and some new > configuration: > > https://stackoverflow.com/questions/49398894/unable-to-compile-simple-java-10-project-with-maven/51586202#51586202 > > When updated to that, build of uimaj-parent fails with api incompatibility... > investigating. > >
