[java-plugin-storage-jdbc] branch main updated: Update checkstyle property for site builds.

Scott Cantor cantor.2 at osu.edu
Wed Aug 2 16:01:58 UTC 2023


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

scantor pushed a commit to branch main
in repository java-plugin-storage-jdbc.

View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-storage-jdbc.git;a=commit;h=668c16cc83cdac112605f91b698cfeb71cc6773c

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

commit 668c16cc83cdac112605f91b698cfeb71cc6773c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 2 12:01:56 2023 -0400

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

diff --git a/jdbc-storage-dist/pom.xml b/jdbc-storage-dist/pom.xml
index 292a0d3..e6dac4b 100644
--- a/jdbc-storage-dist/pom.xml
+++ b/jdbc-storage-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>java-plugin-jdbc-storage-${project.version}</dist.plugin.finalName>
     </properties>
 
diff --git a/jdbc-storage-impl/pom.xml b/jdbc-storage-impl/pom.xml
index 11b9e9b..4f292e4 100644
--- a/jdbc-storage-impl/pom.xml
+++ b/jdbc-storage-impl/pom.xml
@@ -14,7 +14,7 @@
     <description>jdbc-storage plugin 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.plugin.storage.jdbc.impl</automatic.module.name>
     </properties>
     
diff --git a/pom.xml b/pom.xml
index af5e6dd..04f2141 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
         <idp.version>5.0.0-SNAPSHOT</idp.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
         <opensaml.version>5.0.0-SNAPSHOT</opensaml.version>
-        <checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
+        <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
     </properties>
     <distributionManagement>
         <site>

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


More information about the commits mailing list