[java-idp-oidc] branch master updated: Exclude jaas-authn-config.xml from idp-conf, use it from src/test/res.
Henri Mikkonen
henri.mikkonen at iki.fi
Tue Jan 28 03:40:38 EST 2020
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch master
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=30e79b1065be77018942ae1634671b7e4f7731bd
The following commit(s) were added to refs/heads/master by this push:
new 30e79b1 Exclude jaas-authn-config.xml from idp-conf, use it from src/test/res.
30e79b1 is described below
commit 30e79b1065be77018942ae1634671b7e4f7731bd
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Tue Jan 28 10:40:33 2020 +0200
Exclude jaas-authn-config.xml from idp-conf, use it from src/test/res.
---
idp-oidc-extension-impl/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index d223e31..7d96f26 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -235,6 +235,7 @@
<includeArtifactIds>idp-conf</includeArtifactIds>
<outputDirectory>${project.build.directory}/classes</outputDirectory>
<includes>system/**,conf/**,credentials/ldap-server.crt</includes>
+ <excludes>conf/authn/jaas-authn-config.xml</excludes>
</configuration>
</execution>
</executions>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list