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 2022/03/13 05:15:19 UTC

[maven-site] branch master updated: move guide-default-execution-ids to "Configuring Plugins" 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 09b46eb  move guide-default-execution-ids to "Configuring Plugins" menu
09b46eb is described below

commit 09b46eb5e158d3c6b44a026b93cd3cd6a7851051
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Mar 13 06:15:17 2022 +0100

    move guide-default-execution-ids to "Configuring Plugins" menu
---
 content/apt/guides/mini/index.txt | 2 --
 content/site.xml                  | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/content/apt/guides/mini/index.txt b/content/apt/guides/mini/index.txt
index 3f3b57a..aa016d8 100644
--- a/content/apt/guides/mini/index.txt
+++ b/content/apt/guides/mini/index.txt
@@ -49,8 +49,6 @@
 
  * {{{$prefix/guide-wagon-providers.html} Guide to Selecting Alternative Wagon Providers}}
 
- * {{{$prefix/guide-default-execution-ids.html} Guide to Configuring Default Mojo Executions}}
-
  * {{{$prefix/guide-large-scale-centralized-deployments.html} Guide to Large Scale Centralized Deployments}}
 
 ~~ ** Testing
diff --git a/content/site.xml b/content/site.xml
index 0b8ebfe..4c0a5a6 100644
--- a/content/site.xml
+++ b/content/site.xml
@@ -94,6 +94,7 @@ under the License.
         <item name="Running Maven" href="/run-maven/index.html" />
         <item name="Configuring Plugins" href="/guides/mini/guide-configuring-plugins.html" collapse="true">
           <item name="Plugin Prefix Resolution" href="/guides/introduction/introduction-to-plugin-prefix-mapping.html" />
+          <item name="Configuring Default Mojo Executions" href="/guides/mini/guide-default-execution-ids.html" />
         </item>
         <item name="Creating a site" href="/guides/mini/guide-site.html" collapse="true">
           <item name="Markup Formats" href="/doxia/references/index.html" />
@@ -133,7 +134,6 @@ under the License.
           <item name="Using Toolchains" href="/guides/mini/guide-using-toolchains.html" />
           <item name="HTTP Connection Settings" href="/guides/mini/guide-http-settings.html" />
           <item name="Alternative Wagon Providers" href="/guides/mini/guide-wagon-providers.html" />
-          <item name="Configuring Default Mojo Executions" href="/guides/mini/guide-default-execution-ids.html" />
         </item>
         <item name="Settings Reference" href="/settings.html" /> <!-- TODO: all references should be collected under another area instead/as well, reconsider -->
         <item name="POM Reference" href="/pom.html" />