[java-metadata-aggregator] branch main updated: MDA-265 - Fix site generation for new structure
Ian Young
ian at iay.org.uk
Fri May 26 16:39:15 UTC 2023
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=034c40088d98e52b0e3056a36f8baa17917598f6
The following commit(s) were added to refs/heads/main by this push:
new 034c400 MDA-265 - Fix site generation for new structure
034c400 is described below
commit 034c40088d98e52b0e3056a36f8baa17917598f6
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri May 26 17:39:09 2023 +0100
MDA-265 - Fix site generation for new structure
https://shibboleth.atlassian.net/browse/MDA-265
---
mda-keylists-rsa-legacy/pom.xml | 1 +
mda-keylists-rsa/pom.xml | 1 +
pom.xml | 7 +------
src/site/markdown/index.md | 13 +++++++++++++
src/site/site.xml | 10 ++++------
5 files changed, 20 insertions(+), 12 deletions(-)
diff --git a/mda-keylists-rsa-legacy/pom.xml b/mda-keylists-rsa-legacy/pom.xml
index a9e14c9..ee44fcf 100644
--- a/mda-keylists-rsa-legacy/pom.xml
+++ b/mda-keylists-rsa-legacy/pom.xml
@@ -11,6 +11,7 @@
</parent>
<name>Legacy RSA Key Lists</name>
+ <description>Lists of problematic RSA keys with legacy key lengths.</description>
<artifactId>mda-keylists-rsa-legacy</artifactId>
<packaging>jar</packaging>
diff --git a/mda-keylists-rsa/pom.xml b/mda-keylists-rsa/pom.xml
index 74df9c8..bc520bd 100644
--- a/mda-keylists-rsa/pom.xml
+++ b/mda-keylists-rsa/pom.xml
@@ -11,6 +11,7 @@
</parent>
<name>RSA Key Lists</name>
+ <description>Lists of problematic RSA keys.</description>
<artifactId>mda-keylists-rsa</artifactId>
<packaging>jar</packaging>
diff --git a/pom.xml b/pom.xml
index 545af6c..2f7f872 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,9 +13,6 @@
<name>Shibboleth Metadata Aggregator</name>
<description>
A framework and tool for processing metadata, with an emphasis on SAML metadata.
-
- For more information, including how to install and configure the command-line tool,
- see https://shibboleth.atlassian.net/wiki/spaces/MA1
</description>
@@ -158,15 +155,13 @@
<artifactId>maven-site-plugin</artifactId>
<executions>
<execution>
+ <!-- Attach descriptor to allow site configuration to be inherited. -->
<id>attach-descriptor</id>
<goals>
<goal>attach-descriptor</goal>
</goals>
</execution>
</executions>
- <configuration>
- <siteDirectory>../aggregator-parent/src/site</siteDirectory>
- </configuration>
</plugin>
<plugin>
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
new file mode 100644
index 0000000..f38ecab
--- /dev/null
+++ b/src/site/markdown/index.md
@@ -0,0 +1,13 @@
+# About the Metadata Aggregator
+
+The Shibboleth Metadata Aggregator (MDA) is a framework and tool for processing
+metadata, with an emphasis on SAML metadata.
+
+The [`mda-framework`](mda-framework/index.html) "Processing Framework"
+module provides the core processing framework, including many components
+useful for processing metadata within that framework.
+
+For more information, including how to install and configure the command-line tool,
+see [the MDA wiki](https://shibboleth.atlassian.net/wiki/spaces/MA1).
+You may also find the framework's [Javadoc](mda-framework/apidocs/index.html)
+valuable, particularly if your application is configured using Java.
diff --git a/src/site/site.xml b/src/site/site.xml
index 33430c4..8d8c46f 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -5,11 +5,9 @@
<publishDate position="navigation-bottom" />
<body>
- <menu ref="reports" />
- <menu name="Parent">
- <item name="Metadata Aggregator" href="${aggregator-parent.site.url}" />
- </menu>
- <menu ref="modules" />
+ <menu ref="parent" inherit="top"/>
+ <menu ref="modules"/>
+ <menu ref="reports" inherit="top"/>
</body>
-</project>
\ No newline at end of file
+</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list