[java-plugin-shibd-saml] branch main updated: Refresh assembly file.
Scott Cantor
cantor.2 at osu.edu
Mon Oct 13 22:28:09 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-saml.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd-saml.git;a=commit;h=20feb095b1276b789a4cde6104b27b2acf5a1f86
The following commit(s) were added to refs/heads/main by this push:
new 20feb09 Refresh assembly file.
20feb09 is described below
commit 20feb095b1276b789a4cde6104b27b2acf5a1f86
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 13 18:28:07 2025 -0400
Refresh assembly file.
---
sp-saml-dist/src/main/assembly/assembly.xml | 22 +++++++++++++++++-----
1 file changed, 17 insertions(+), 5 deletions(-)
diff --git a/sp-saml-dist/src/main/assembly/assembly.xml b/sp-saml-dist/src/main/assembly/assembly.xml
index e99ada9..73e3ff0 100644
--- a/sp-saml-dist/src/main/assembly/assembly.xml
+++ b/sp-saml-dist/src/main/assembly/assembly.xml
@@ -5,10 +5,10 @@
</formats>
<fileSets>
<fileSet>
- <directory>../sp-server-impl/target</directory>
+ <directory>../sp-saml-api/target</directory>
<outputDirectory>webapp/WEB-INF/lib</outputDirectory>
<includes>
- <include>sp-server-impl-*.jar</include>
+ <include>sp-saml-api-*.jar</include>
</includes>
<excludes>
<exclude>*test*.jar</exclude>
@@ -17,10 +17,10 @@
</excludes>
</fileSet>
<fileSet>
- <directory>../sp-server-impl/target/dependency</directory>
+ <directory>../sp-saml-impl/target</directory>
<outputDirectory>webapp/WEB-INF/lib</outputDirectory>
<includes>
- <include>*.jar</include>
+ <include>sp-saml-impl-*.jar</include>
</includes>
<excludes>
<exclude>*test*.jar</exclude>
@@ -29,7 +29,19 @@
</excludes>
</fileSet>
<fileSet>
- <directory>../sp-conf-impl/target/classes/net/shibboleth/idp/plugin/sp</directory>
+ <directory>../sp-saml-conf-impl/target</directory>
+ <outputDirectory>webapp/WEB-INF/lib</outputDirectory>
+ <includes>
+ <include>sp-saml-conf-impl-*.jar</include>
+ </includes>
+ <excludes>
+ <exclude>*test*.jar</exclude>
+ <exclude>*javadoc.jar</exclude>
+ <exclude>*sources.jar</exclude>
+ </excludes>
+ </fileSet>
+ <fileSet>
+ <directory>../sp-saml-conf-impl/target/classes/net/shibboleth/sp/saml/conf</directory>
<outputDirectory>bootstrap</outputDirectory>
<includes>
<include>plugin.properties</include>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list