[java-idp-plugin-oidc-config] branch main updated: Update checkstyle property for site builds.

Scott Cantor cantor.2 at osu.edu
Wed Aug 2 15:58:41 UTC 2023


This is an automated email from the git hooks/post-receive script.

scantor 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=fccbc28ce6a630da4aa2d30861463e19379f3b59

The following commit(s) were added to refs/heads/main by this push:
     new fccbc28  Update checkstyle property for site builds.
fccbc28 is described below

commit fccbc28ce6a630da4aa2d30861463e19379f3b59
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 2 11:58:38 2023 -0400

    Update checkstyle property for site builds.
---
 oidc-config-dist/pom.xml | 2 +-
 oidc-config-impl/pom.xml | 2 +-
 pom.xml                  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/oidc-config-dist/pom.xml b/oidc-config-dist/pom.xml
index 7f40a1c..d89f737 100644
--- a/oidc-config-dist/pom.xml
+++ b/oidc-config-dist/pom.xml
@@ -14,7 +14,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
+        <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
         <dist.finalName>shibboleth-idp-plugin-oidc-config-${project.version}</dist.finalName>
         <dist.assemblyDirectory>${project.build.directory}/${dist.finalName}</dist.assemblyDirectory>
     </properties>
diff --git a/oidc-config-impl/pom.xml b/oidc-config-impl/pom.xml
index 3e4462c..bc6d33b 100644
--- a/oidc-config-impl/pom.xml
+++ b/oidc-config-impl/pom.xml
@@ -13,7 +13,7 @@
 
     <properties>
         <automatic.module.name>net.shibboleth.idp.plugin.oidc.config</automatic.module.name>
-        <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
+        <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
     </properties>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index 139fc65..c9de34a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
     <properties>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
         <idp.version>5.0.0-SNAPSHOT</idp.version>
-        <checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
+        <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
     </properties>
 
     <repositories>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list