[java-oidfed-common] 02/05: Include oidfed-common-conf-impl into the distribution package.
Codeberg
noreply at shibboleth.net
Fri May 22 10:52:49 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-oidfed-common.
View the commit online:
https://codeberg.org/Shibboleth/java-oidfed-common/commit/81b278157510d29f12aa7504aae2354b4e4db4bd
commit 81b278157510d29f12aa7504aae2354b4e4db4bd
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu May 21 08:43:16 2026 +0300
Include oidfed-common-conf-impl into the distribution package.
---
oidfed-common-dist/src/main/assembly/assembly-tgz.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/oidfed-common-dist/src/main/assembly/assembly-tgz.xml b/oidfed-common-dist/src/main/assembly/assembly-tgz.xml
index 4cf098a..4a7414d 100644
--- a/oidfed-common-dist/src/main/assembly/assembly-tgz.xml
+++ b/oidfed-common-dist/src/main/assembly/assembly-tgz.xml
@@ -49,6 +49,20 @@
<exclude>*sources.jar</exclude>
</excludes>
</fileSet>
+
+ <!-- The configuration jar -->
+ <fileSet>
+ <directory>../oidfed-common-conf-impl/target</directory>
+ <outputDirectory>webapp/WEB-INF/lib</outputDirectory>
+ <includes>
+ <include>oidfed-common-conf-impl-*.jar</include>
+ </includes>
+ <excludes>
+ <exclude>*test*.jar</exclude>
+ <exclude>*javadoc.jar</exclude>
+ <exclude>*sources.jar</exclude>
+ </excludes>
+ </fileSet>
<!-- The dependencies -->
<fileSet>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list