[java-idp-plugin-duo] branch main updated: Update checkstyle location in POM.

Scott Cantor cantor.2 at osu.edu
Mon Jul 24 15:57:34 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-duo.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=224cbe6708adfcbe659f5b15a0d2613efd4cc437

The following commit(s) were added to refs/heads/main by this push:
     new 224cbe6  Update checkstyle location in POM.
224cbe6 is described below

commit 224cbe6708adfcbe659f5b15a0d2613efd4cc437
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 24 11:57:31 2023 -0400

    Update checkstyle location in POM.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5efb65f..4e11462 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
         <opensaml.groupId>org.opensaml</opensaml.groupId>
         <opensaml.version>5.0.0-SNAPSHOT</opensaml.version>
         <oidc.common.version>3.0.0-SNAPSHOT</oidc.common.version>
-        <checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
+        <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
 	<jdk.version>15.3</jdk.version>
     </properties>
 

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


More information about the commits mailing list