[java-idp-plugin-scripting] branch main updated: GEN-356 - Plugin jar manifest errors
Scott Cantor
cantor.2 at osu.edu
Fri Jul 18 21:59:59 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-scripting.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=0db131351a4db0a09012635fdbf6c699f2a90159
The following commit(s) were added to refs/heads/main by this push:
new 0db1313 GEN-356 - Plugin jar manifest errors
0db1313 is described below
commit 0db131351a4db0a09012635fdbf6c699f2a90159
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jul 18 17:59:53 2025 -0400
GEN-356 - Plugin jar manifest errors
https://shibboleth.atlassian.net/browse/GEN-356
Section name in Bashorn POM missing trailing slash.
---
nashorn-jdk-impl/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nashorn-jdk-impl/pom.xml b/nashorn-jdk-impl/pom.xml
index 9eff2ec..b547af1 100644
--- a/nashorn-jdk-impl/pom.xml
+++ b/nashorn-jdk-impl/pom.xml
@@ -126,7 +126,7 @@
<archive>
<manifestSections>
<manifestSection>
- <name>net/shibboleth/idp/plugin/scripting/nashorn/jdk</name>
+ <name>net/shibboleth/idp/plugin/scripting/nashorn/jdk/</name>
<manifestEntries>
<Implementation-Title>${project.artifactId}</Implementation-Title>
<Implementation-Version>${project.version}</Implementation-Version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list