[java-idp-plugin-jetty] branch main updated: Fix maven coordinates (part 2) add -base to the artifactIds as well
Rod Widdowson
rdw at steadingsoftware.com
Mon Aug 4 18:59:06 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-idp-plugin-jetty.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=9d7d0935e9be83657ae26c9353664d3156adb2d1
The following commit(s) were added to refs/heads/main by this push:
new 9d7d093 Fix maven coordinates (part 2) add -base to the artifactIds as well
9d7d093 is described below
commit 9d7d0935e9be83657ae26c9353664d3156adb2d1
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Aug 4 19:59:02 2025 +0100
Fix maven coordinates (part 2)
add -base to the artifactIds as well
---
jetty-cli/pom.xml | 4 ++--
jetty-dist/pom.xml | 4 ++--
jetty-impl/pom.xml | 6 +++---
pom.xml | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/jetty-cli/pom.xml b/jetty-cli/pom.xml
index 3f58fed..6a7f1f1 100644
--- a/jetty-cli/pom.xml
+++ b/jetty-cli/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>net.shibboleth.idp.plugin.jetty-base</groupId>
- <artifactId>jetty-plugin-parent</artifactId>
+ <artifactId>jetty-base-plugin-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
</parent>
@@ -14,7 +14,7 @@
<description>
Project with the code for the Jetty plugin's "download" command.
</description>
- <artifactId>jetty-plugin-cli</artifactId>
+ <artifactId>jetty-base-plugin-cli</artifactId>
<packaging>jar</packaging>
<properties>
diff --git a/jetty-dist/pom.xml b/jetty-dist/pom.xml
index 54e8de2..a6226b3 100644
--- a/jetty-dist/pom.xml
+++ b/jetty-dist/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>net.shibboleth.idp.plugin.jetty-base</groupId>
- <artifactId>jetty-plugin-parent</artifactId>
+ <artifactId>jetty-base-plugin-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
</parent>
@@ -15,7 +15,7 @@
Project to construct the Jetty Plugin
</description>
- <artifactId>jetty-plugin-dist</artifactId>
+ <artifactId>jetty-base-plugin-dist</artifactId>
<packaging>pom</packaging>
<build>
diff --git a/jetty-impl/pom.xml b/jetty-impl/pom.xml
index 8c855dc..341f7bb 100644
--- a/jetty-impl/pom.xml
+++ b/jetty-impl/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>net.shibboleth.idp.plugin.jetty-base</groupId>
- <artifactId>jetty-plugin-parent</artifactId>
+ <artifactId>jetty-base-plugin-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
</parent>
@@ -15,7 +15,7 @@
Project with the code for the Jetty plugin.
Also constructs a zip and tarball of jetty-base.
</description>
- <artifactId>jetty-plugin-impl</artifactId>
+ <artifactId>jetty-base-plugin-impl</artifactId>
<packaging>jar</packaging>
<properties>
@@ -125,7 +125,7 @@
<configuration>
<target>
<copy
- file="${project.basedir}/../jetty-cli/target/jetty-plugin-cli-${project.version}.jar"
+ file="${project.basedir}/../jetty-cli/target/jetty-base-plugin-cli-${project.version}.jar"
tofile="${project.build.outputDirectory}/net/shibboleth/idp/module/jetty/jetty-cli.jar"/>
</target>
</configuration>
diff --git a/pom.xml b/pom.xml
index c45d08d..c531b65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
The module also has commands to dowbnload jetty and procrun (on windows)
</description>
<groupId>net.shibboleth.idp.plugin.jetty-base</groupId>
- <artifactId>jetty-plugin-parent</artifactId>
+ <artifactId>jetty-base-plugin-parent</artifactId>
<packaging>pom</packaging>
<version>0.9.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