Gang Wang created MNEMONIC-539:
----------------------------------
Summary: Javadoc generation on openJDK 11 issue
Key: MNEMONIC-539
URL: https://issues.apache.org/jira/browse/MNEMONIC-539
Project: Mnemonic
Issue Type: Bug
Components: Documentation
Affects Versions: 0.13.0
Reporter: Gang Wang
In Travis-CI, the following command failed on OpenJDK 11
{code:java}
mvn javadoc:javadoc
{code}
The error message is
{code:java}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:javadoc (default-cli) on
project assertj-core: An error has occurred in Javadoc report generation:
[ERROR] Exit code: 1 - javadoc: error - The code being documented uses modules
but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in
the unnamed module.
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)