hboutemy commented on code in PR #12635:
URL: https://github.com/apache/maven/pull/12635#discussion_r3686335961
##########
src/site/site.xml:
##########
@@ -43,26 +43,29 @@ under the License.
</menu>
<menu inherit="bottom" name="Descriptors Reference">
- <item name="POM" href="./api/maven-api-model/maven.html"/>
- <item name="Settings" href="./api/maven-api-settings/settings.html"/>
- <item name="Toolchains"
href="./api/maven-api-toolchain/toolchains.html"/>
- <item name="Core Extensions"
href="./api/maven-api-cli/core-extensions.html"/>
- <item name="Repository Metadata"
href="./api/maven-api-metadata/repository-metadata.html"/>
- <item name="Plugin Descriptor"
href="./api/maven-api-plugin/plugin.html"/>
- <item name="Lifecycle Descriptor"
href="./api/maven-api-plugin/lifecycle.html"/>
+ <!-- API documentation must be built separately with javadoc:javadoc -->
+ <!--item name="POM" href="./api/maven-api-model/maven.html"/-->
+ <!--item name="Settings"
href="./api/maven-api-settings/settings.html"/-->
+ <!--item name="Toolchains"
href="./api/maven-api-toolchain/toolchains.html"/-->
+ <!--item name="Core Extensions"
href="./api/maven-api-cli/core-extensions.html"/-->
+ <!--item name="Repository Metadata"
href="./api/maven-api-metadata/repository-metadata.html"/-->
+ <!--item name="Plugin Descriptor"
href="./api/maven-api-plugin/plugin.html"/-->
+ <!--item name="Lifecycle Descriptor"
href="./api/maven-api-plugin/lifecycle.html"/-->
</menu>
<menu inherit="bottom" name="Reference">
- <item name="Lifecycles" href="./impl/maven-core/lifecycles.html"/>
- <item name="Plugin Bindings to Default Lifecycle"
href="./impl/maven-core/default-bindings.html"/>
- <item name="Artifact Handlers"
href="./impl/maven-core/artifact-handlers.html"/>
- <item name="CLI options" href="./compat/maven-embedder/cli.html"/>
- <item name="Super POM"
href="./compat/maven-model-builder/super-pom.html"/>
+ <!-- Implementation modules documentation must be built separately -->
Review Comment:
why removing these link too?
--
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]