[java-metadata-aggregator] 02/02: Fix site builds

Ian Young ian at iay.org.uk
Wed Aug 25 09:00:35 UTC 2021


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

iay pushed a commit to branch main
in repository java-metadata-aggregator.

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

commit bc4551bd16f2b1b01848d346884fb98cfc84adcd
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Aug 25 10:00:29 2021 +0100

    Fix site builds
---
 aggregator-blacklists/pom.xml | 1 +
 aggregator-cli/pom.xml        | 1 +
 aggregator-pipeline/pom.xml   | 1 +
 pom.xml                       | 2 +-
 4 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/aggregator-blacklists/pom.xml b/aggregator-blacklists/pom.xml
index 4e9579a..0624cfe 100644
--- a/aggregator-blacklists/pom.xml
+++ b/aggregator-blacklists/pom.xml
@@ -16,6 +16,7 @@
 
     <properties>
         <automatic.module.name>net.shibboleth.metadata.blacklists</automatic.module.name>
+        <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
     </properties>
 
     <dependencies>
diff --git a/aggregator-cli/pom.xml b/aggregator-cli/pom.xml
index 6d57db4..eb983d8 100644
--- a/aggregator-cli/pom.xml
+++ b/aggregator-cli/pom.xml
@@ -17,6 +17,7 @@
 
     <properties>
         <automatic.module.name>net.shibboleth.metadata.cli</automatic.module.name>
+        <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
     </properties>
 
     <dependencies>
diff --git a/aggregator-pipeline/pom.xml b/aggregator-pipeline/pom.xml
index 32fa15c..2b42c9b 100644
--- a/aggregator-pipeline/pom.xml
+++ b/aggregator-pipeline/pom.xml
@@ -17,6 +17,7 @@
 
     <properties>
         <automatic.module.name>net.shibboleth.metadata</automatic.module.name>
+        <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
     </properties>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index 3752f21..8f7b356 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
     <properties>
         <java-support.version>8.2.1</java-support.version>
         <spring-extensions.version>6.1.2</spring-extensions.version>
-        <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
+        <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
         <aggregator-parent.site.url>${shibboleth.site.deploy.url}java-metadata-aggregator/${project.version}/</aggregator-parent.site.url>
         <aggregator-module.site.url>${aggregator-parent.site.url}${project.artifactId}</aggregator-module.site.url>
     </properties>

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


More information about the commits mailing list