[java-idp-plugin-oidc-rp] branch main updated: Plugin jar manifest errors
Phil Smart
philip.smart at jisc.ac.uk
Fri Aug 22 08:49:28 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-oidc-rp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=1ba504ae0abdff04208702501dbbe410cced1540
The following commit(s) were added to refs/heads/main by this push:
new 1ba504a Plugin jar manifest errors
1ba504a is described below
commit 1ba504ae0abdff04208702501dbbe410cced1540
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Aug 22 09:49:26 2025 +0100
Plugin jar manifest errors
- Move Maven jar plugin config to parent
https://shibboleth.atlassian.net/browse/GEN-356
---
idp-oidc-rp-api/pom.xml | 27 ---------------------------
idp-oidc-rp-impl/pom.xml | 21 ---------------------
pom.xml | 3 +++
3 files changed, 3 insertions(+), 48 deletions(-)
diff --git a/idp-oidc-rp-api/pom.xml b/idp-oidc-rp-api/pom.xml
index 20aacf0..104f6b6 100644
--- a/idp-oidc-rp-api/pom.xml
+++ b/idp-oidc-rp-api/pom.xml
@@ -113,31 +113,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/oidc/rp</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>
\ No newline at end of file
diff --git a/idp-oidc-rp-impl/pom.xml b/idp-oidc-rp-impl/pom.xml
index 9627988..0aabaac 100644
--- a/idp-oidc-rp-impl/pom.xml
+++ b/idp-oidc-rp-impl/pom.xml
@@ -418,27 +418,6 @@
</execution>
</executions>
</plugin>
- <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/oidc/rp/</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>
diff --git a/pom.xml b/pom.xml
index 3c9be63..0ed1d19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,6 +195,9 @@
<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>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list