[java-shib-shared] branch main updated: Fix site build after Eclipse purge
Ian Young
ian at iay.org.uk
Mon Aug 29 08:33:16 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-shib-shared.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=9ce39376a3b10819b10934a4dc63ea45c5c4e6e9
The following commit(s) were added to refs/heads/main by this push:
new 9ce39376 Fix site build after Eclipse purge
9ce39376 is described below
commit 9ce39376a3b10819b10934a4dc63ea45c5c4e6e9
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Aug 25 16:01:14 2022 +0100
Fix site build after Eclipse purge
---
pom.xml | 4 ++++
shib-spring/pom.xml | 1 +
shib-support/pom.xml | 1 +
3 files changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 36b27c33..c27fa2e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,10 @@
<module>shib-spring</module>
</modules>
+ <properties>
+ <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
+ </properties>
+
<repositories>
<repository>
<id>shib-release</id>
diff --git a/shib-spring/pom.xml b/shib-spring/pom.xml
index 3798e899..b3643478 100644
--- a/shib-spring/pom.xml
+++ b/shib-spring/pom.xml
@@ -28,6 +28,7 @@
<automatic.module.name>net.shibboleth.ext.spring</automatic.module.name>
<java-support.version>9.0.0-SNAPSHOT</java-support.version>
<shibboleth.site.deploy.url>//shibboleth.net/home/javasites/staging/</shibboleth.site.deploy.url>
+ <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
<repositories>
diff --git a/shib-support/pom.xml b/shib-support/pom.xml
index 62e628f4..91499fc8 100644
--- a/shib-support/pom.xml
+++ b/shib-support/pom.xml
@@ -22,6 +22,7 @@
<properties>
<automatic.module.name>net.shibboleth.utilities.java.support</automatic.module.name>
+ <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
<repositories>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list