[java-oidc-common] branch main updated: Include the oidc-common-conf-impl module in the distribution package.
Codeberg
noreply at shibboleth.net
Tue Sep 22 16:10:13 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
https://codeberg.org/Shibboleth/java-oidc-common/commit/5f8f2cea67f400d19beb0da50ed8a6b0e0060b2c
The following commit(s) were added to refs/heads/main by this push:
new 5f8f2cea Include the oidc-common-conf-impl module in the distribution package.
5f8f2cea is described below
commit 5f8f2cea67f400d19beb0da50ed8a6b0e0060b2c
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Tue Sep 22 19:09:31 2026 +0300
Include the oidc-common-conf-impl module in the distribution package.
---
oidc-common-dist/src/main/assembly/plugin-assembly-tgz.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/oidc-common-dist/src/main/assembly/plugin-assembly-tgz.xml b/oidc-common-dist/src/main/assembly/plugin-assembly-tgz.xml
index 9b7ce216..e1b024ba 100644
--- a/oidc-common-dist/src/main/assembly/plugin-assembly-tgz.xml
+++ b/oidc-common-dist/src/main/assembly/plugin-assembly-tgz.xml
@@ -217,6 +217,20 @@
<exclude>*sources.jar</exclude>
</excludes>
</fileSet>
+
+ <!-- the configuration jar -->
+ <fileSet>
+ <directory>../oidc-common-conf-impl/target</directory>
+ <outputDirectory>webapp/WEB-INF/lib</outputDirectory>
+ <includes>
+ <include>oidc-common-conf-impl-*.jar</include>
+ </includes>
+ <excludes>
+ <exclude>*test*.jar</exclude>
+ <exclude>*javadoc.jar</exclude>
+ <exclude>*sources.jar</exclude>
+ </excludes>
+ </fileSet>
<!-- The shared property file -->
<fileSet>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list