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/04/04 21:31:35 UTC

[maven] branch master updated: [MNG-6806] improve 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.git


The following commit(s) were added to refs/heads/master by this push:
     new b79d708  [MNG-6806] improve documentation
b79d708 is described below

commit b79d708e6e8d0b16e0403db009aa085df2fe28b4
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Apr 4 23:31:31 2021 +0200

    [MNG-6806] improve documentation
---
 maven-bom/pom.xml                | 1 -
 maven-bom/src/site/apt/index.apt | 2 +-
 maven-bom/src/site/site.xml      | 1 +
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-bom/pom.xml b/maven-bom/pom.xml
index a6590a3..dbcefda 100644
--- a/maven-bom/pom.xml
+++ b/maven-bom/pom.xml
@@ -37,7 +37,6 @@ under the License.
 
   <properties>
     <maven.site.path>ref/3-LATEST/${project.artifactId}</maven.site.path>
-    <project.build.outputTimestamp>2019-11-07T12:32:18Z</project.build.outputTimestamp>
   </properties>
 
   <scm>
diff --git a/maven-bom/src/site/apt/index.apt b/maven-bom/src/site/apt/index.apt
index 3f06ffb..e0dd409 100644
--- a/maven-bom/src/site/apt/index.apt
+++ b/maven-bom/src/site/apt/index.apt
@@ -25,5 +25,5 @@
 
 Maven Dependencies BOM
 
-  Bill Of Materials for Apache Maven dependencies, to easily use as dependencyManagement import.
+  Bill Of Materials for Apache Maven dependencies, to easily use as dependencyManagement import: see {{{./dependency-management.html}Dependency Management report}}.
  
\ No newline at end of file
diff --git a/maven-bom/src/site/site.xml b/maven-bom/src/site/site.xml
index b99737d..7f2adda 100644
--- a/maven-bom/src/site/site.xml
+++ b/maven-bom/src/site/site.xml
@@ -34,6 +34,7 @@ under the License.
     <breadcrumbs>
       <item name="Ref" href="../" />
       <item name="Maven ${project.version}" href="../" />
+      <item name="${project.name}" href="./" />
     </breadcrumbs>
 
     <menu name="Overview">