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/09/02 01:01:04 UTC

[maven-site] branch master updated: add menu entry for logging documentation

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 ed64bf49 add menu entry for logging documentation
ed64bf49 is described below

commit ed64bf49b38a9dcf2060ce2bbeb852599f4315c3
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri Sep 2 02:57:18 2022 +0200

    add menu entry for logging documentation
---
 content/markdown/maven-logging.md | 4 ++++
 content/site.xml                  | 1 +
 2 files changed, 5 insertions(+)

diff --git a/content/markdown/maven-logging.md b/content/markdown/maven-logging.md
index 3f8fec80..918fab4d 100644
--- a/content/markdown/maven-logging.md
+++ b/content/markdown/maven-logging.md
@@ -74,6 +74,10 @@ from the `lib` directory and replacing it with one of the alternative implementa
 
 See SLF4J documentation for more details on [swapping "SLF4J bindings"][7]. 
 
+## Maven implemenation details
+
+[More technical details](/ref/current/maven-embedder/logging.html) can be found in Maven release reference documentation.
+
 [1]: http://slf4j.org
 [2]: https://www.slf4j.org/apidocs/org/slf4j/impl/SimpleLogger.html
 [3]: https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/
diff --git a/content/site.xml b/content/site.xml
index 84ebebb1..718c02a7 100644
--- a/content/site.xml
+++ b/content/site.xml
@@ -138,6 +138,7 @@ under the License.
         <item name="Testing Plugins" href="/plugin-developers/plugin-testing.html" />
         <item name="Documenting Plugins" href="/plugin-developers/plugin-documenting.html" />
         <item name="Mojo API" href="/developers/mojo-api-specification.html" />
+        <item name="Maven 3.1.x logging" href="/maven-logging.html" />
         <item name="Common Bugs and Pitfalls" href="/plugin-developers/common-bugs.html" />
         <item name="Maven Lifecycle Extensions" href="/examples/maven-3-lifecycle-extensions.html" />
         <item name="Plexus Javadoc to Plexus Annotations" href="/plugin-developers/cookbook/plexus-plugin-upgrade.html" />