[java-idp-plugin-oidc-config] branch main updated: Add missing checkstyle location property
Phil Smart
philip.smart at jisc.ac.uk
Fri May 12 07:16:48 UTC 2023
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-config.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-config.git;a=commit;h=c0d3e1fd2b2e891c69bae114e80b932b97921adc
The following commit(s) were added to refs/heads/main by this push:
new c0d3e1f Add missing checkstyle location property
c0d3e1f is described below
commit c0d3e1fd2b2e891c69bae114e80b932b97921adc
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri May 12 08:15:55 2023 +0100
Add missing checkstyle location property
---
oidc-config-impl/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/oidc-config-impl/pom.xml b/oidc-config-impl/pom.xml
index e4357e9..9a898f1 100644
--- a/oidc-config-impl/pom.xml
+++ b/oidc-config-impl/pom.xml
@@ -12,6 +12,7 @@
<properties>
<automatic.module.name>net.shibboleth.idp.plugin.oidc.config</automatic.module.name>
+ <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
</properties>
<dependencies>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list