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/12/14 07:19:14 UTC

[maven-apache-parent] branch MPOM-386 created (now 5418ff3)

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

hboutemy pushed a change to branch MPOM-386
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


      at 5418ff3  [MPOM-386] update documentation to match previous changes in pom.xml

This branch includes the following new commits:

     new 5418ff3  [MPOM-386] update documentation to match previous changes in pom.xml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-apache-parent] 01/01: [MPOM-386] update documentation to match previous changes in pom.xml

Posted by hb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5418ff3f133a6b901281b0d15531bfe3c833f7c9
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Dec 14 08:19:07 2022 +0100

    [MPOM-386] update documentation to match previous changes in pom.xml
---
 src/site-docs/apt/index.apt.vm | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/src/site-docs/apt/index.apt.vm b/src/site-docs/apt/index.apt.vm
index 2ac7202..526b2f0 100644
--- a/src/site-docs/apt/index.apt.vm
+++ b/src/site-docs/apt/index.apt.vm
@@ -41,9 +41,9 @@ Apache Software Foundation Parent POM
 
  * Top-level project properties:
     
-  ** <<license>>: Apache License, version 2.0.
+  ** <<license>>: {{{https://www.apache.org/licenses/LICENSE-2.0.txt}Apache-2.0}}.
     
-  ** <<organization>>: The Apache Software Foundation
+  ** <<organization>>: ${project.organization.name}
     
   ** <<url>>: {{<<<https://www.apache.org/>>>}}. You should override this.
     
@@ -55,8 +55,8 @@ Apache Software Foundation Parent POM
      {{<<<https://repository.apache.org/service/local/staging/deploy/maven2>>>}}
      and snapshots to
      {{<<<https://repository.apache.org/content/repositories/snapshots>>>}}.\
-     Note that there are POM properties (<<<distMgmtSnapshotsName>>> and <<<distMgmtSnapshotsUrl>>>)
-     that you can override to change the snapshot location. 
+     Note that there are <<<distMgmt(Releases|Snapshots)(Name|Url)>>> POM properties (<<<distMgmtReleasesName>>>, <<<distMgmtReleasesUrl>>>, <<<distMgmtSnapshotsName>>> and <<<distMgmtSnapshotsUrl>>>)
+     that you can override to change the names and locations.
     
   ** <<mailingLists>>: The POM sets up generic Apache announcement
      lists. You should override this.
@@ -73,10 +73,9 @@ Apache Software Foundation Parent POM
   ** The resources plugin is set for $context.get("project.build.sourceEncoding").
     
   ** The release plugin is set, via the
-    \<arguments\> configuration element, to enable the
-    <<apache-release>> profile for <<all>> executions and to disable
-    \<useReleaseProfiles\>.  You can remove this with an empty
-    \<arguments/\> element in the configuration of the release plugin.
+    \<useReleaseProfiles\> configuration element, to enable the
+    <<apache-release>> profile during <<<release:perform>>> execution and to disable
+    \<useReleaseProfiles\>.
 
  * <<plugins>>: The plugins section configures three executions:
     
@@ -94,7 +93,7 @@ Apache Software Foundation Parent POM
 
  * <<Reproducible Builds>>: since version 22 of this parent POM, managed plugins versions are expected to be compliant with {{{https://reproducible-builds.org/}Reproducible Builds}}.
 
-   To choose the timestamp in output archives, projects using this POM as parent should define a property in their root POM:
+   To choose their own release timestamp in output archives, projects using this POM as parent should override with a property in their root POM:
 
 +------+
   <properties>