afs commented on PR #1695: URL: https://github.com/apache/jena/pull/1695#issuecomment-1365294552
I think that maven is the final summary - were there more details at the jena-jdbc/jena-jdbc-driver-mem? `The code being documented uses packages in the unnamed module,` happens a lot - when one modules javadoc refers to another's (seems to be the user of `automatic-module-name`), and it is a warning. I get: ``` [INFO] --- maven-javadoc-plugin:3.4.1:jar (attach-javadocs) @ jena-jdbc-driver-mem --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] 2 warnings ``` and the build finishes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
