[java-idp-plugin-totp] branch main updated: Update checkstyle location in children.

Scott Cantor cantor.2 at osu.edu
Mon Jul 24 16:07:10 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-totp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=3fc0857249e354f54692d84b35ef567f2f701dea

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

commit 3fc0857249e354f54692d84b35ef567f2f701dea
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 24 12:07:07 2023 -0400

    Update checkstyle location in children.
---
 totp-dist/pom.xml | 1 +
 totp-impl/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/totp-dist/pom.xml b/totp-dist/pom.xml
index a0a9fb5..eeaae2a 100644
--- a/totp-dist/pom.xml
+++ b/totp-dist/pom.xml
@@ -18,6 +18,7 @@
     <properties>
         <dist.finalName>shibboleth-idp-plugin-totp-${project.version}</dist.finalName>
         <dist.assemblyDirectory>${project.build.directory}/${dist.finalName}</dist.assemblyDirectory>
+        <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
     </properties>
 
     <build>
diff --git a/totp-impl/pom.xml b/totp-impl/pom.xml
index c3f08e2..556a35e 100644
--- a/totp-impl/pom.xml
+++ b/totp-impl/pom.xml
@@ -16,7 +16,7 @@
     <packaging>jar</packaging>
     
     <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.totp.impl</automatic.module.name>
     </properties>
     

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


More information about the commits mailing list