[java-idp-jetty-base] 02/02: Clean up poms

Rod Widdowson rdw at steadingsoftware.com
Sat Oct 19 12:13:08 UTC 2024


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch 12
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=f02ab340bea34fd132d21de98801096944485974

commit f02ab340bea34fd132d21de98801096944485974
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Oct 19 10:56:27 2024 +0100

    Clean up poms
---
 jetty-base-dist/pom.xml     | 6 +++++-
 jetty-base-impl/pom.xml     | 4 ++++
 jetty-base-packages/pom.xml | 4 ++++
 pom.xml                     | 7 ++++++-
 4 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/jetty-base-dist/pom.xml b/jetty-base-dist/pom.xml
index ba74214..dbba4f3 100644
--- a/jetty-base-dist/pom.xml
+++ b/jetty-base-dist/pom.xml
@@ -10,7 +10,11 @@
         <version>12.0.11-SNAPSHOT</version>
     </parent>
 
-    <name>Jettty Base: Plugin and Module implementation </name>
+    <name>Jettty Base: Plugin and Module Distribution</name>
+    <description>
+        Project to construct the Jetty Base Plugin
+    </description>
+
     <artifactId>jetty-base-plugin-dist</artifactId>
     <packaging>pom</packaging>
 
diff --git a/jetty-base-impl/pom.xml b/jetty-base-impl/pom.xml
index b36f5f3..f7ade3e 100644
--- a/jetty-base-impl/pom.xml
+++ b/jetty-base-impl/pom.xml
@@ -11,6 +11,10 @@
     </parent>
 
     <name>Jettty Base: Plugin and Module implementation </name>
+    <description>
+        Project with the code for the Jetty Base plugin.
+	Also constructs a zip and tarball of jetty-base.
+    </description>
     <artifactId>jetty-base-plugin-impl</artifactId>
     <packaging>jar</packaging>
 
diff --git a/jetty-base-packages/pom.xml b/jetty-base-packages/pom.xml
index c18c46c..af3008c 100644
--- a/jetty-base-packages/pom.xml
+++ b/jetty-base-packages/pom.xml
@@ -11,6 +11,10 @@
     </parent>
 
     <name>Jettty Base: Collect the packages </name>
+    <description>
+        Project which does the maven work to colect the packages to
+        bundle into the Jetty Base tarball/zipfile and Jetty Base Plugin.
+    </description>
     <artifactId>jetty-base-plugin-packages</artifactId>
     <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index 9ee6b8c..18e29f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,12 @@
         <version>17.2.0-SNAPSHOT</version>
     </parent>
 
-    <name>Jetty base plugin Parent Project</name>
+    <name>Jetty Base: Plugin Parent Project</name>
+    <description>
+        Parent project for building a Jetty-Base plugin
+        which deploys jetty itself, procrun (on Windows) and
+        a appropriate jetty-base (as a module).
+    </description>
     <groupId>net.shibboleth.idp.plugin.jetty-base</groupId>
     <artifactId>jetty-base-plugin-parent</artifactId>
     <packaging>pom</packaging>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list