[java-idp-plugin-jetty] 155/186: JJETTY1 Rationalize Module/Plugin names

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 24 15:58:26 UTC 2025


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

rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.

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

commit 270c17734c47391713ab282c29f8b307d9ae51f3
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Oct 24 13:44:49 2024 +0100

    JJETTY1 Rationalize Module/Plugin names
    
    https://shibboleth.atlassian.net/browse/JJETTY-1
    
    Remove '-base' from the maven coordinates and "Base" from
    the names and descriptions
---
 jetty-base-dist/pom.xml     | 10 +++++-----
 jetty-base-impl/pom.xml     | 10 +++++-----
 jetty-base-packages/pom.xml | 10 +++++-----
 pom.xml                     |  8 ++++----
 4 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/jetty-base-dist/pom.xml b/jetty-base-dist/pom.xml
index 6f6d25d..983139f 100644
--- a/jetty-base-dist/pom.xml
+++ b/jetty-base-dist/pom.xml
@@ -5,17 +5,17 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>net.shibboleth.idp.plugin.jetty-base</groupId>
-        <artifactId>jetty-base-plugin-parent</artifactId>
+        <groupId>net.shibboleth.idp.plugin.jetty</groupId>
+        <artifactId>jetty-plugin-parent</artifactId>
         <version>5.12014.0-SNAPSHOT</version>
     </parent>
 
-    <name>Jettty Base: Plugin and Module Distribution</name>
+    <name>Jettty: Plugin and Module Distribution</name>
     <description>
-        Project to construct the Jetty Base Plugin
+        Project to construct the Jetty Plugin
     </description>
 
-    <artifactId>jetty-base-plugin-dist</artifactId>
+    <artifactId>jetty-plugin-dist</artifactId>
     <packaging>pom</packaging>
 
     <build>
diff --git a/jetty-base-impl/pom.xml b/jetty-base-impl/pom.xml
index 222f094..7d65437 100644
--- a/jetty-base-impl/pom.xml
+++ b/jetty-base-impl/pom.xml
@@ -5,17 +5,17 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>net.shibboleth.idp.plugin.jetty-base</groupId>
-        <artifactId>jetty-base-plugin-parent</artifactId>
+        <groupId>net.shibboleth.idp.plugin.jetty</groupId>
+        <artifactId>jetty-plugin-parent</artifactId>
         <version>5.12014.0-SNAPSHOT</version>
     </parent>
 
-    <name>Jettty Base: Plugin and Module implementation </name>
+    <name>Jettty: Plugin and Module implementation </name>
     <description>
-        Project with the code for the Jetty Base plugin.
+        Project with the code for the Jetty plugin.
 	Also constructs a zip and tarball of jetty-base.
     </description>
-    <artifactId>jetty-base-plugin-impl</artifactId>
+    <artifactId>jetty-plugin-impl</artifactId>
     <packaging>jar</packaging>
 
     <properties>
diff --git a/jetty-base-packages/pom.xml b/jetty-base-packages/pom.xml
index 15df9fb..b4218a9 100644
--- a/jetty-base-packages/pom.xml
+++ b/jetty-base-packages/pom.xml
@@ -5,17 +5,17 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>net.shibboleth.idp.plugin.jetty-base</groupId>
-        <artifactId>jetty-base-plugin-parent</artifactId>
+        <groupId>net.shibboleth.idp.plugin.jetty</groupId>
+        <artifactId>jetty-plugin-parent</artifactId>
         <version>5.12014.0-SNAPSHOT</version>
     </parent>
 
-    <name>Jettty Base: Collect the packages </name>
+    <name>Jettty: 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.
+        bundle into the jetty-base tarball/zipfile and Jetty Plugin.
     </description>
-    <artifactId>jetty-base-plugin-packages</artifactId>
+    <artifactId>jetty-plugin-packages</artifactId>
     <packaging>pom</packaging>
 
     <properties>
diff --git a/pom.xml b/pom.xml
index 528a619..f0e0429 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,14 +10,14 @@
         <version>17.2.0-SNAPSHOT</version>
     </parent>
 
-    <name>Jetty Base: Plugin Parent Project</name>
+    <name>Jetty: Plugin Parent Project</name>
     <description>
-        Parent project for building a Jetty-Base plugin
+        Parent project for building a Jetty 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>
+    <groupId>net.shibboleth.idp.plugin.jetty</groupId>
+    <artifactId>jetty-plugin-parent</artifactId>
     <packaging>pom</packaging>
     <version>5.12014.0-SNAPSHOT</version>
 

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


More information about the commits mailing list