bradleylarrick opened a new issue, #352: URL: https://github.com/apache/maven-jxr/issues/352
### Affected version 3.6.0 ### Bug description [This project](https://github.com/bradleylarrick/maven-jxr-error.git) demonstrates the problems Maven JXR has with projects that implement Java modules. The resulting site pages for `Source Xref` include an empty `(default package)` entry, and the Javadoc link within the source code page uses the directory structure of a non-module Java project: ``` file:///C:/projects/maven-jxr-error/target/site/apidocs/org/natuna/jxrerror/NullSafe.html ``` instead of the structure used in Java module projects: ``` file:///C:/projects/maven-jxr-error/target/site/apidocs/org.natuna.jxrerror/org/natuna/jxrerror/NullSafe.html ``` -- 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]
