[java-idp-plugin-metadatagen] branch main updated: Update checkstyle property for site builds.
Scott Cantor
cantor.2 at osu.edu
Wed Aug 2 15:57:46 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-metadatagen.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-metadatagen.git;a=commit;h=595d33f93727c327ba224c0bae7fb1bbeb0fa3e9
The following commit(s) were added to refs/heads/main by this push:
new 595d33f Update checkstyle property for site builds.
595d33f is described below
commit 595d33f93727c327ba224c0bae7fb1bbeb0fa3e9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 2 11:57:44 2023 -0400
Update checkstyle property for site builds.
---
metadatagen-dist/pom.xml | 2 +-
metadatagen-impl/pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/metadatagen-dist/pom.xml b/metadatagen-dist/pom.xml
index 7e9dfbb..cf08902 100644
--- a/metadatagen-dist/pom.xml
+++ b/metadatagen-dist/pom.xml
@@ -15,7 +15,7 @@
<properties>
- <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
+ <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<dist.plugin.finalName>idp-plugin-metadatagen-${project.version}</dist.plugin.finalName>
</properties>
diff --git a/metadatagen-impl/pom.xml b/metadatagen-impl/pom.xml
index 76f62c7..662e3bc 100644
--- a/metadatagen-impl/pom.xml
+++ b/metadatagen-impl/pom.xml
@@ -14,7 +14,7 @@
<description>IdP metadatagen plugin implementation.</description>
<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.metadatagen.impl</automatic.module.name>
</properties>
diff --git a/pom.xml b/pom.xml
index 22e8957..20a2042 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
<shib-shared.version>9.0.0-SNAPSHOT</shib-shared.version>
<shib-profile.version>5.0.0-SNAPSHOT</shib-profile.version>
- <checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
+ <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
<distributionManagement>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list