You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JLine bundle javadoc is not been genereted after java automatic module naming has been inserted in a6176bc6.
Errors:
[INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc) @ jline ---
[INFO]
100 errors
1 warning
[ERROR] MavenReportException: Error while generating Javadoc:
Exit code: 1 - javadoc: warning - You have specified the HTML version as HTML 4.01 by using the -html4 option.
The default is currently HTML5 and the support for HTML 4.01 will be removed
in a future release. To suppress this warning, please ensure that any HTML constructs
in your comments are valid in HTML5, and remove the -html4 option.
error: module org.fusesource.jansi reads package org.jline.console from both org.jline.console and org.jline
error: module org.fusesource.jansi reads package org.jline.console.impl from both org.jline.console and org.jline
error: module org.fusesource.jansi reads package org.jline.style from both org.jline.style and org.jline
error: module org.fusesource.jansi reads package org.jline.widget from both org.jline.console and org.jline
....
....
Analysis:
Errors are caused by badly generated module path in ./jline/target/apidocs/options:
JLine bundle javadoc is not been genereted after java automatic module naming has been inserted in
a6176bc6
.Errors:
Analysis:
Errors are caused by badly generated module path in
./jline/target/apidocs/options
:replacing module-path with
will fix the problem.
Solution:
Chancing jline jar dependency scopes from
provided
totest
in./jline/pom.xml
will fix the./jline/target/apidocs/options
file generation.The text was updated successfully, but these errors were encountered: