[java-shib-metadata] branch main updated: Fix CS location in POMs.

Scott Cantor cantor.2 at osu.edu
Thu Jul 7 17:18:38 UTC 2022


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

scantor pushed a commit to branch main
in repository java-shib-metadata.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=1d702fd28e57603d014ab457e177045c5365c903

The following commit(s) were added to refs/heads/main by this push:
     new 1d702fd28 Fix CS location in POMs.
1d702fd28 is described below

commit 1d702fd28e57603d014ab457e177045c5365c903
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jul 7 13:18:33 2022 -0400

    Fix CS location in POMs.
---
 .gitignore                   | 1 +
 shib-metadata-api/pom.xml    | 1 +
 shib-metadata-impl/pom.xml   | 1 +
 shib-metadata-spring/pom.xml | 1 +
 4 files changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 674deb69e..dbe216a43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
 .*.swp
 .DS_store
 # Simulated Subversion default ignores end here
+target
diff --git a/shib-metadata-api/pom.xml b/shib-metadata-api/pom.xml
index 439274583..535afc2c1 100644
--- a/shib-metadata-api/pom.xml
+++ b/shib-metadata-api/pom.xml
@@ -16,6 +16,7 @@
     <packaging>jar</packaging>
 
     <properties>
+        <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
         <automatic.module.name>net.shibboleth.metadata.api</automatic.module.name>
     </properties>
 
diff --git a/shib-metadata-impl/pom.xml b/shib-metadata-impl/pom.xml
index 86d7f6a91..8e842bfd8 100644
--- a/shib-metadata-impl/pom.xml
+++ b/shib-metadata-impl/pom.xml
@@ -16,6 +16,7 @@
     <packaging>jar</packaging>
 
     <properties>
+        <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
         <automatic.module.name>net.shibboleth.metadata.impl</automatic.module.name>
     </properties>
 
diff --git a/shib-metadata-spring/pom.xml b/shib-metadata-spring/pom.xml
index 00f663abf..f95b2cf66 100644
--- a/shib-metadata-spring/pom.xml
+++ b/shib-metadata-spring/pom.xml
@@ -16,6 +16,7 @@
     <packaging>jar</packaging>
 
     <properties>
+        <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
         <automatic.module.name>net.shibboleth.metadata.spring</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