[java-idp-plugin-jetty] branch main updated: JJETTY-47 Sources jar is leaking into IdP webapp
Codeberg
noreply at shibboleth.net
Mon Jun 15 13:28:52 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-jetty.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-jetty/commit/7edef927a56f45e58ae0d2b9d12c61dfc80b2a5f
The following commit(s) were added to refs/heads/main by this push:
new 7edef92 JJETTY-47 Sources jar is leaking into IdP webapp
7edef92 is described below
commit 7edef927a56f45e58ae0d2b9d12c61dfc80b2a5f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jun 15 14:28:19 2026 +0100
JJETTY-47 Sources jar is leaking into IdP webapp
https://shibboleth.atlassian.net/browse/JJETTY-47
Add missing <exclude/> elements to the assembly file.
---
jetty-dist/src/main/assembly/plugin.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/jetty-dist/src/main/assembly/plugin.xml b/jetty-dist/src/main/assembly/plugin.xml
index 47f9e6f..6633696 100644
--- a/jetty-dist/src/main/assembly/plugin.xml
+++ b/jetty-dist/src/main/assembly/plugin.xml
@@ -11,6 +11,11 @@
<includes>
<include>jetty-base-plugin-*.jar</include>
</includes>
+ <excludes>
+ <exclude>*test*.jar</exclude>
+ <exclude>*javadoc.jar</exclude>
+ <exclude>*sources.jar</exclude>
+ </excludes>
</fileSet>
<fileSet>
<!-- The signing keys -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list