slachiewicz opened a new pull request, #78: URL: https://github.com/apache/maven-doxia-site/pull/78
The two "full documentation" links pointed at `xsddoc/index.html` pages generated by a `reporting` profile in doxia, which apache/maven-doxia is dropping — the generator (xsddoc 1.0) has been abandoned since 2003. The schemas themselves carry the same per-element documentation as inline annotations and are already served from `maven.apache.org/xsd/`, so they replace the generated pages directly. Merging this before the doxia change avoids a window where the links are dead. Verified: `mvn clean site` → no `xsddoc` string remains anywhere under `target/site`. *This change was created with AI assistance.* -- 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]
