[java-shib-attribute] branch main updated: Fix CS location in POMs.
Scott Cantor
cantor.2 at osu.edu
Thu Jul 7 17:21:02 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-attribute.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=eec528577648816cec982d0dd6717a54712d0ccf
The following commit(s) were added to refs/heads/main by this push:
new eec528577 Fix CS location in POMs.
eec528577 is described below
commit eec528577648816cec982d0dd6717a54712d0ccf
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jul 7 13:20:57 2022 -0400
Fix CS location in POMs.
---
.gitignore | 1 +
shib-attribute-api/pom.xml | 1 +
shib-attribute-filter-api/pom.xml | 1 +
shib-attribute-filter-impl/pom.xml | 1 +
shib-attribute-filter-spring/pom.xml | 1 +
shib-attribute-impl/pom.xml | 1 +
shib-attribute-resolver-api/pom.xml | 1 +
shib-attribute-resolver-impl/pom.xml | 1 +
shib-attribute-resolver-spring/pom.xml | 1 +
shib-saml-attribute-api/pom.xml | 1 +
shib-saml-attribute-impl/pom.xml | 1 +
11 files changed, 11 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-attribute-api/pom.xml b/shib-attribute-api/pom.xml
index 8658e84f3..72765a2f2 100644
--- a/shib-attribute-api/pom.xml
+++ b/shib-attribute-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.attribute</automatic.module.name>
</properties>
diff --git a/shib-attribute-filter-api/pom.xml b/shib-attribute-filter-api/pom.xml
index 5b552208c..13d3a8ff0 100644
--- a/shib-attribute-filter-api/pom.xml
+++ b/shib-attribute-filter-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.attribute.filter</automatic.module.name>
</properties>
diff --git a/shib-attribute-filter-impl/pom.xml b/shib-attribute-filter-impl/pom.xml
index 5e4d51a59..7863d2df5 100644
--- a/shib-attribute-filter-impl/pom.xml
+++ b/shib-attribute-filter-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.attribute.filter.impl</automatic.module.name>
</properties>
diff --git a/shib-attribute-filter-spring/pom.xml b/shib-attribute-filter-spring/pom.xml
index 718b01889..ab38eb203 100644
--- a/shib-attribute-filter-spring/pom.xml
+++ b/shib-attribute-filter-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.attribute.filter.spring</automatic.module.name>
</properties>
diff --git a/shib-attribute-impl/pom.xml b/shib-attribute-impl/pom.xml
index 67d5c69b1..36d7d81a9 100644
--- a/shib-attribute-impl/pom.xml
+++ b/shib-attribute-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.attribute.impl</automatic.module.name>
</properties>
diff --git a/shib-attribute-resolver-api/pom.xml b/shib-attribute-resolver-api/pom.xml
index 6522f206b..154d70ff4 100644
--- a/shib-attribute-resolver-api/pom.xml
+++ b/shib-attribute-resolver-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.attribute.resolver</automatic.module.name>
</properties>
diff --git a/shib-attribute-resolver-impl/pom.xml b/shib-attribute-resolver-impl/pom.xml
index d2d59a59a..cb9297133 100644
--- a/shib-attribute-resolver-impl/pom.xml
+++ b/shib-attribute-resolver-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.attribute.resolver.impl</automatic.module.name>
</properties>
diff --git a/shib-attribute-resolver-spring/pom.xml b/shib-attribute-resolver-spring/pom.xml
index f0c33e7a1..285f6c361 100644
--- a/shib-attribute-resolver-spring/pom.xml
+++ b/shib-attribute-resolver-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.attribute.resolver.spring</automatic.module.name>
</properties>
diff --git a/shib-saml-attribute-api/pom.xml b/shib-saml-attribute-api/pom.xml
index e6820b353..96d8c3c93 100644
--- a/shib-saml-attribute-api/pom.xml
+++ b/shib-saml-attribute-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.saml.attribute</automatic.module.name>
</properties>
diff --git a/shib-saml-attribute-impl/pom.xml b/shib-saml-attribute-impl/pom.xml
index 054b647ba..4ecc86417 100644
--- a/shib-saml-attribute-impl/pom.xml
+++ b/shib-saml-attribute-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.saml.attribute.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