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
After running mvn clean install if mvn javadoc:javadoc is executed I'm seeing the following errors:
[INFO] --- maven-javadoc-plugin:3.3.1:javadoc (default-cli) @ jakarta.servlet.jsp.jstl ---
[INFO] Configuration changed, re-generating javadoc.
[INFO]
4 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://projects.eclipse.org/projects/ee4j.jstl/apidocs/ are in named modules.
[WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://projects.eclipse.org/projects/ee4j.jstl/apidocs/ are in named modules.
[WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://projects.eclipse.org/projects/ee4j.jstl/apidocs/ are in named modules.
[WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://projects.eclipse.org/projects/ee4j.jstl/apidocs/ are in named modules.
The text was updated successfully, but these errors were encountered:
I don't understand what's causing this? One reported this as a JDK bug, but I use the latest version (Eclipse OpenJ9 VM 11.0.14.1) and still encountered it.
I don't see any harm coming out of this error. I think it's best to just work on this issue at a later time.
After running
mvn clean install
ifmvn javadoc:javadoc
is executed I'm seeing the following errors:The text was updated successfully, but these errors were encountered: