[java-plugin-shibd] branch main updated: Add sp-conf-impl jar to distribution.

Scott Cantor cantor.2 at osu.edu
Mon Oct 13 22:26:03 UTC 2025


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-plugin-shibd.

View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd.git;a=commit;h=11631af85a7df228ededced0367b79ed3119d086

The following commit(s) were added to refs/heads/main by this push:
     new 11631af  Add sp-conf-impl jar to distribution.
11631af is described below

commit 11631af85a7df228ededced0367b79ed3119d086
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 13 18:26:01 2025 -0400

    Add sp-conf-impl jar to distribution.
---
 sp-dist/src/main/assembly/assembly.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/sp-dist/src/main/assembly/assembly.xml b/sp-dist/src/main/assembly/assembly.xml
index 6935ea4..fcd5341 100644
--- a/sp-dist/src/main/assembly/assembly.xml
+++ b/sp-dist/src/main/assembly/assembly.xml
@@ -28,6 +28,18 @@
                 <exclude>*sources.jar</exclude>
             </excludes>
         </fileSet>
+        <fileSet>
+            <directory>../sp-conf-impl/target</directory>
+            <outputDirectory>webapp/WEB-INF/lib</outputDirectory>
+            <includes>
+                <include>sp-conf-impl-*.jar</include>
+            </includes>
+            <excludes>
+                <exclude>*test*.jar</exclude>
+                <exclude>*javadoc.jar</exclude>
+                <exclude>*sources.jar</exclude>
+            </excludes>
+        </fileSet>
         <fileSet>
             <directory>../sp-conf-impl/target/classes/net/shibboleth/sp/conf</directory>
             <outputDirectory>bootstrap</outputDirectory>

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


More information about the commits mailing list