[java-idp-plugin-webauthn] branch main updated: GEN-356-Plugin jar manifest errors
Phil Smart
philip.smart at jisc.ac.uk
Mon Jul 21 16:50:55 UTC 2025
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-webauthn.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=02a2159686a6449f2d3627209b45043ebc01105d
The following commit(s) were added to refs/heads/main by this push:
new 02a2159 GEN-356-Plugin jar manifest errors
02a2159 is described below
commit 02a2159686a6449f2d3627209b45043ebc01105d
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Jul 21 17:13:26 2025 +0100
GEN-356-Plugin jar manifest errors
- Remove maven-jar-pluginplugin out of the WebAuthn child POMs
- Added manifest information into parent POM's JAR plugin manifest Entries
https://shibboleth.atlassian.net/browse/GEN-356
---
pom.xml | 4 +++-
webauthn-api/pom.xml | 28 ----------------------------
webauthn-impl/pom.xml | 21 ---------------------
3 files changed, 3 insertions(+), 50 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1f78cfe..0df3248 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,9 +212,11 @@
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
- <index>true</index>
<manifestEntries>
<Automatic-Module-Name>${automatic.module.name}</Automatic-Module-Name>
+ <Implementation-Title>${project.artifactId}</Implementation-Title>
+ <Implementation-Version>${project.version}</Implementation-Version>
+ <Implementation-Vendor>shibboleth.net</Implementation-Vendor>
<Sealed>true</Sealed>
</manifestEntries>
</archive>
diff --git a/webauthn-api/pom.xml b/webauthn-api/pom.xml
index a6a316e..cc49ce1 100644
--- a/webauthn-api/pom.xml
+++ b/webauthn-api/pom.xml
@@ -114,32 +114,4 @@
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <index>true</index>
- <manifestEntries>
- <Automatic-Module-Name>${automatic.module.name}</Automatic-Module-Name>
- </manifestEntries>
- <manifestSections>
- <manifestSection>
- <name>net/shibboleth/idp/plugin/authn/webauthn</name>
- <manifestEntries>
- <Implementation-Title>${project.artifactId}</Implementation-Title>
- <Implementation-Version>${project.version}</Implementation-Version>
- <Implementation-Vendor>shibboleth.net</Implementation-Vendor>
- </manifestEntries>
- </manifestSection>
- </manifestSections>
- </archive>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
-
</project>
diff --git a/webauthn-impl/pom.xml b/webauthn-impl/pom.xml
index 039c9bb..5c73f65 100644
--- a/webauthn-impl/pom.xml
+++ b/webauthn-impl/pom.xml
@@ -369,27 +369,6 @@
</dependencies>
<build>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <manifestEntries>
- <Automatic-Module-Name>${automatic.module.name}</Automatic-Module-Name>
- </manifestEntries>
- <manifestSections>
- <manifestSection>
- <name>net/shibboleth/idp/plugin/authn/webauthn</name>
- <manifestEntries>
- <Implementation-Title>${project.artifactId}</Implementation-Title>
- <Implementation-Version>${project.version}</Implementation-Version>
- <Implementation-Vendor>shibboleth.net</Implementation-Vendor>
- </manifestEntries>
- </manifestSection>
- </manifestSections>
- </archive>
- </configuration>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list