Skip to content
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 17 additions & 14 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->

@hboutemy hboutemy Jul 30, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why removing these link?
they work https://maven.apache.org/ref/4.0.0-rc-6/

<!--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 -->

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why removing these link too?

<!--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"/-->
</menu>

<menu inherit="bottom" name="Development">
<item name="Maven Developer Centre" href="../../developers/index.html"/>
<item name="Maven Core ITs" href="../../core-its/index.html"/>
<!-- Developer documentation exists in separate repositories -->
<!--item name="Maven Developer Centre" href="../../developers/index.html"/-->

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps core-its require update, need to figure out
but developers link is useful (and yes, outside: that's intended)

<!--item name="Maven Core ITs" href="../../core-its/index.html"/-->
</menu>

<menu inherit="bottom" ref="modules"/>
Expand Down
2 changes: 1 addition & 1 deletion src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ under the License.
number of other development tools for reporting or the build
process.</p>

<p>Learn more about <a href="configuring.html">configuring Maven</a> and <a href="maven-configuration.html">Maven's configuration</a>.</p>
<p>Learn more about <a href="configuring.html">configuring Maven</a>.</p>

<p>
<object data="images/maven-deps.svg"></object>
Expand Down
Loading