[java-plugin-shibd] branch main updated: Refresh assembly file.
Scott Cantor
cantor.2 at osu.edu
Mon Oct 13 22:23:07 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=c6aa56f89b88e12181e1023466b298df447c0c9e
The following commit(s) were added to refs/heads/main by this push:
new c6aa56f Refresh assembly file.
c6aa56f is described below
commit c6aa56f89b88e12181e1023466b298df447c0c9e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 13 18:23:01 2025 -0400
Refresh assembly file.
---
sp-dist/src/main/assembly/assembly.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/sp-dist/src/main/assembly/assembly.xml b/sp-dist/src/main/assembly/assembly.xml
index e99ada9..6935ea4 100644
--- a/sp-dist/src/main/assembly/assembly.xml
+++ b/sp-dist/src/main/assembly/assembly.xml
@@ -5,10 +5,10 @@
</formats>
<fileSets>
<fileSet>
- <directory>../sp-server-impl/target</directory>
+ <directory>../sp-server-api/target</directory>
<outputDirectory>webapp/WEB-INF/lib</outputDirectory>
<includes>
- <include>sp-server-impl-*.jar</include>
+ <include>sp-server-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-server-impl/target</directory>
<outputDirectory>webapp/WEB-INF/lib</outputDirectory>
<includes>
- <include>*.jar</include>
+ <include>sp-server-impl-*.jar</include>
</includes>
<excludes>
<exclude>*test*.jar</exclude>
@@ -29,7 +29,7 @@
</excludes>
</fileSet>
<fileSet>
- <directory>../sp-conf-impl/target/classes/net/shibboleth/idp/plugin/sp</directory>
+ <directory>../sp-conf-impl/target/classes/net/shibboleth/sp/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