Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mvn javadoc:javadoc warnings #205

Open
pnicolucci opened this issue Jan 23, 2022 · 1 comment
Open

mvn javadoc:javadoc warnings #205

pnicolucci opened this issue Jan 23, 2022 · 1 comment
Assignees

Comments

@pnicolucci
Copy link
Contributor

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.

@volosied
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants