[java-idp-plugin-oidc-rp] branch main updated: GEN-356 - Plugin jar manifest errors

Phil Smart philip.smart at jisc.ac.uk
Fri Aug 22 08:57:06 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=e3bd34030c12b8dbb1b73251da9a2f3cdb99c9b6

The following commit(s) were added to refs/heads/main by this push:
     new e3bd340  GEN-356 - Plugin jar manifest errors
e3bd340 is described below

commit e3bd34030c12b8dbb1b73251da9a2f3cdb99c9b6
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Aug 22 09:57:04 2025 +0100

    GEN-356 - Plugin jar manifest errors
    
            - remove <index>
    
    https://shibboleth.atlassian.net/browse/GEN-356
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0ed1d19..c6efbfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,6 @@
                 <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>

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


More information about the commits mailing list