GitHub user rvesse opened a pull request:
https://github.com/apache/jena/pull/476
Fix JDK10 Build (JENA-1609)
Simplified version of PR #474 avoiding the dependency weirdness by adding
the missing dependency only for the execution of the Javadoc plugin on the
offending module
cc @lewismc
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rvesse/jena jdk10-build
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/476.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #476
----
commit ae06ecf498c3cd7e909b76d81ae72a05709c6941
Author: Rob Vesse <rvesse@...>
Date: 2018-10-03T17:33:25Z
Get Jena JDBC building on JDK 10 (JENA-1609)
Pass needed log4j dependency directly to Javadoc plugin when bundling
the Jena JDBC javadocs.
Also upgrade Javadoc plugin to 3.0.1 to avoid bugs
commit 4ee971b42a018dc8887db274283a1606b2f2b32a
Author: Rob Vesse <rvesse@...>
Date: 2018-10-03T18:02:30Z
Remove Javadoc link that JDK 10 dislikes (JENA-1609)
----
---