This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git
The following commit(s) were added to refs/heads/master by this push:
new fd53ab4 [MPOM-322] Add ASF Data Privacy
fd53ab4 is described below
commit fd53ab44ddf20ea20f992f46a7ac71457f51f4a9
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Jun 11 09:09:01 2022 +0200
[MPOM-322] Add ASF Data Privacy
- add link to Data Privacy
- add / copy ASF section to documentation
---
doxia-tools/src/site-docs/site.xml | 13 +++++++++++--
maven-extensions/src/site-docs/site.xml | 12 ++++++++++--
maven-plugins/src/site-docs/site.xml | 12 ++++++++++--
maven-shared-components/src/site-docs/site.xml | 13 +++++++++++--
maven-skins/src/site-docs/site.xml | 12 ++++++++++--
src/site-docs/site.xml | 10 +++++++++-
src/site/site.xml | 1 +
7 files changed, 62 insertions(+), 11 deletions(-)
diff --git a/doxia-tools/src/site-docs/site.xml
b/doxia-tools/src/site-docs/site.xml
index 2aae710..0f48b8a 100644
--- a/doxia-tools/src/site-docs/site.xml
+++ b/doxia-tools/src/site-docs/site.xml
@@ -37,6 +37,15 @@ under the License.
<item name="Doxia Tools" href="../doxia-tools/index.html"/>
</menu>
- <menu ref="parent" />
+ <menu ref="reports" />
+
+ <menu name="ASF">
+ <item name="How Apache Works"
href="https://www.apache.org/foundation/how-it-works.html"/>
+ <item name="Foundation"
href="https://www.apache.org/foundation/"/>
+ <item name="Data Privacy"
href="https://privacy.apache.org/policies/privacy-policy-public.html"/>
+ <item name="Sponsoring Apache"
href="https://www.apache.org/foundation/sponsorship.html"/>
+ <item name="Thanks"
href="https://www.apache.org/foundation/thanks.html"/>
+ </menu>
+
</body>
-</project>
\ No newline at end of file
+</project>
diff --git a/maven-extensions/src/site-docs/site.xml
b/maven-extensions/src/site-docs/site.xml
index 56911fd..e713e0b 100644
--- a/maven-extensions/src/site-docs/site.xml
+++ b/maven-extensions/src/site-docs/site.xml
@@ -37,6 +37,14 @@ under the License.
<item name="Doxia Tools" href="../doxia-tools/index.html"/>
</menu>
- <menu ref="parent" />
+ <menu ref="reports" />
+
+ <menu name="ASF">
+ <item name="How Apache Works"
href="https://www.apache.org/foundation/how-it-works.html"/>
+ <item name="Foundation"
href="https://www.apache.org/foundation/"/>
+ <item name="Data Privacy"
href="https://privacy.apache.org/policies/privacy-policy-public.html"/>
+ <item name="Sponsoring Apache"
href="https://www.apache.org/foundation/sponsorship.html"/>
+ <item name="Thanks"
href="https://www.apache.org/foundation/thanks.html"/>
+ </menu>
</body>
-</project>
\ No newline at end of file
+</project>
diff --git a/maven-plugins/src/site-docs/site.xml
b/maven-plugins/src/site-docs/site.xml
index 2e6ecee..c8cb969 100644
--- a/maven-plugins/src/site-docs/site.xml
+++ b/maven-plugins/src/site-docs/site.xml
@@ -37,6 +37,14 @@ under the License.
<item name="Doxia Tools" href="../doxia-tools/index.html"/>
</menu>
- <menu ref="parent" />
+ <menu ref="reports" />
+
+ <menu name="ASF">
+ <item name="How Apache Works"
href="https://www.apache.org/foundation/how-it-works.html"/>
+ <item name="Foundation"
href="https://www.apache.org/foundation/"/>
+ <item name="Data Privacy"
href="https://privacy.apache.org/policies/privacy-policy-public.html"/>
+ <item name="Sponsoring Apache"
href="https://www.apache.org/foundation/sponsorship.html"/>
+ <item name="Thanks"
href="https://www.apache.org/foundation/thanks.html"/>
+ </menu>
</body>
-</project>
\ No newline at end of file
+</project>
diff --git a/maven-shared-components/src/site-docs/site.xml
b/maven-shared-components/src/site-docs/site.xml
index a0c70ae..ea5d133 100644
--- a/maven-shared-components/src/site-docs/site.xml
+++ b/maven-shared-components/src/site-docs/site.xml
@@ -37,6 +37,15 @@ under the License.
<item name="Doxia Tools" href="../doxia-tools/index.html"/>
</menu>
- <menu ref="parent" />
+ <menu ref="reports" />
+
+ <menu name="ASF">
+ <item name="How Apache Works"
href="https://www.apache.org/foundation/how-it-works.html"/>
+ <item name="Foundation"
href="https://www.apache.org/foundation/"/>
+ <item name="Data Privacy"
href="https://privacy.apache.org/policies/privacy-policy-public.html"/>
+ <item name="Sponsoring Apache"
href="https://www.apache.org/foundation/sponsorship.html"/>
+ <item name="Thanks"
href="https://www.apache.org/foundation/thanks.html"/>
+ </menu>
+
</body>
-</project>
\ No newline at end of file
+</project>
diff --git a/maven-skins/src/site-docs/site.xml
b/maven-skins/src/site-docs/site.xml
index f9d372f..4adb803 100644
--- a/maven-skins/src/site-docs/site.xml
+++ b/maven-skins/src/site-docs/site.xml
@@ -37,6 +37,14 @@ under the License.
<item name="Doxia Tools" href="../doxia-tools/index.html"/>
</menu>
- <menu ref="parent" />
+ <menu ref="reports" />
+
+ <menu name="ASF">
+ <item name="How Apache Works"
href="https://www.apache.org/foundation/how-it-works.html"/>
+ <item name="Foundation"
href="https://www.apache.org/foundation/"/>
+ <item name="Data Privacy"
href="https://privacy.apache.org/policies/privacy-policy-public.html"/>
+ <item name="Sponsoring Apache"
href="https://www.apache.org/foundation/sponsorship.html"/>
+ <item name="Thanks"
href="https://www.apache.org/foundation/thanks.html"/>
+ </menu>
</body>
-</project>
\ No newline at end of file
+</project>
diff --git a/src/site-docs/site.xml b/src/site-docs/site.xml
index c6d27c1..b6a6e9e 100644
--- a/src/site-docs/site.xml
+++ b/src/site-docs/site.xml
@@ -93,7 +93,15 @@ under the License.
<item name="Doxia Tools" href="doxia-tools/index.html"/>
</menu>
- <menu ref="reports" inherit="bottom" />
+ <menu ref="reports" />
+
+ <menu name="ASF">
+ <item name="How Apache Works"
href="https://www.apache.org/foundation/how-it-works.html"/>
+ <item name="Foundation"
href="https://www.apache.org/foundation/"/>
+ <item name="Data Privacy"
href="https://privacy.apache.org/policies/privacy-policy-public.html"/>
+ <item name="Sponsoring Apache"
href="https://www.apache.org/foundation/sponsorship.html"/>
+ <item name="Thanks"
href="https://www.apache.org/foundation/thanks.html"/>
+ </menu>
</body>
</project>
diff --git a/src/site/site.xml b/src/site/site.xml
index 2e96410..22a6bb7 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -96,6 +96,7 @@ under the License.
<menu name="ASF" inherit="bottom">
<item name="How Apache Works"
href="https://www.apache.org/foundation/how-it-works.html"/>
<item name="Foundation"
href="https://www.apache.org/foundation/"/>
+ <item name="Data Privacy"
href="https://privacy.apache.org/policies/privacy-policy-public.html"/>
<item name="Sponsoring Apache"
href="https://www.apache.org/foundation/sponsorship.html"/>
<item name="Thanks"
href="https://www.apache.org/foundation/thanks.html"/>
</menu>