You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2021/09/05 16:14:13 UTC

[maven-site] branch master updated: add existing doc to menu

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 9991936  add existing doc to menu
9991936 is described below

commit 9991936245375322fe841e4ea41d1926430094b1
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Sep 5 18:14:11 2021 +0200

    add existing doc to menu
---
 content/site.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/content/site.xml b/content/site.xml
index eaa6e50..44de6e1 100644
--- a/content/site.xml
+++ b/content/site.xml
@@ -170,6 +170,9 @@ under the License.
         <item name="Git Convention" href="/developers/conventions/git.html" />
         <item name="Developing Maven" href="/guides/development/guide-maven-development.html" collapse="true">
           <item name="Building Maven" href="/guides/development/guide-building-maven.html"/>
+          <item name="Testing Development Plugins" href="/guides/development/guide-testing-development-plugins.html" />
+          <item name="Testing Staged Releases" href="/guides/development/guide-testing-releases.html" />
+          <item name="Becoming Committer" href="/guides/development/guide-committer-school.html" />
         </item>
         <item name="Release Process" href="/developers/release/index.html" collapse="true">
           <item name="Common Procedure" href="/developers/release/maven-project-release-procedure.html" />