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

Scott Cantor cantor.2 at osu.edu
Wed Aug 2 15:59:40 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-rp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=103db700f1543775129900c44b36eaeb0ec578a5

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

commit 103db700f1543775129900c44b36eaeb0ec578a5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 2 11:59:37 2023 -0400

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

diff --git a/idp-oidc-rp-api/pom.xml b/idp-oidc-rp-api/pom.xml
index e770688..de7e03e 100644
--- a/idp-oidc-rp-api/pom.xml
+++ b/idp-oidc-rp-api/pom.xml
@@ -15,7 +15,7 @@
 	<description>IdP OIDC RelyingParty Proxy API.</description>
 
 	<properties>
-		<checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
+        <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
 		<automatic.module.name>net.shibboleth.idp.plugin.authn.oidc.rp.api</automatic.module.name>
 	</properties>
 
diff --git a/idp-oidc-rp-dist/pom.xml b/idp-oidc-rp-dist/pom.xml
index ccb836a..fcdec70 100644
--- a/idp-oidc-rp-dist/pom.xml
+++ b/idp-oidc-rp-dist/pom.xml
@@ -15,7 +15,7 @@
 
 
     <properties>
-        <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
+        <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
         <dist.plugin.finalName>shibboleth-idp-plugin-oidc-rp-${project.version}</dist.plugin.finalName>
     </properties>
 
diff --git a/idp-oidc-rp-impl/pom.xml b/idp-oidc-rp-impl/pom.xml
index e49e87f..cfdfe8a 100644
--- a/idp-oidc-rp-impl/pom.xml
+++ b/idp-oidc-rp-impl/pom.xml
@@ -14,7 +14,7 @@
     <description>IdP OIDC RelyingParty Proxy implementation.</description>
 
     <properties>
-        <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
+        <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
         <automatic.module.name>net.shibboleth.idp.plugin.authn.oidc.rp.impl</automatic.module.name>
     </properties>
 
diff --git a/pom.xml b/pom.xml
index 5f6f4ea..1040120 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
         <okhttp3.tls.version>4.9.3</okhttp3.tls.version>
         <idp.oidc.groupId>net.shibboleth.oidc</idp.oidc.groupId>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
-        <checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
+        <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
     </properties>
 
     <distributionManagement>

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


More information about the commits mailing list