[java-idp-plugin-scripting] branch main updated: Update checkstyle property for site builds.

Scott Cantor cantor.2 at osu.edu
Wed Aug 2 16:01:02 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-scripting.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=3439eca758f7c75fe120b080502c1164bc67495a

The following commit(s) were added to refs/heads/main by this push:
     new 3439eca  Update checkstyle property for site builds.
3439eca is described below

commit 3439eca758f7c75fe120b080502c1164bc67495a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 2 12:00:59 2023 -0400

    Update checkstyle property for site builds.
---
 nashorn-jdk-dist/pom.xml | 2 +-
 nashorn-jdk-impl/pom.xml | 2 +-
 pom.xml                  | 2 +-
 rhino-dist/pom.xml       | 2 +-
 rhino-impl/pom.xml       | 2 +-
 scripting-api/pom.xml    | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/nashorn-jdk-dist/pom.xml b/nashorn-jdk-dist/pom.xml
index 7ccd7ef..f22a0d7 100644
--- a/nashorn-jdk-dist/pom.xml
+++ b/nashorn-jdk-dist/pom.xml
@@ -19,7 +19,7 @@
     </description>
 
     <properties>
-        <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
+        <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
         <nashorn.finalName>shibboleth-idp-plugin-nashorn-jdk-${project.version}</nashorn.finalName>
     </properties>
 
diff --git a/nashorn-jdk-impl/pom.xml b/nashorn-jdk-impl/pom.xml
index 6a60c86..c8e099c 100644
--- a/nashorn-jdk-impl/pom.xml
+++ b/nashorn-jdk-impl/pom.xml
@@ -15,7 +15,7 @@
     <packaging>jar</packaging>
     
     <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.nashorn</automatic.module.name>
         <!-- Revise these two when JDK changes -->
         <asm.version>7.3.1</asm.version>
diff --git a/pom.xml b/pom.xml
index f111e6a..af7acd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <properties>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
         <idp.version>5.0.0-SNAPSHOT</idp.version>
-        <checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
+        <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
     </properties>
     
     <distributionManagement>
diff --git a/rhino-dist/pom.xml b/rhino-dist/pom.xml
index 177d5a1..d4e0950 100644
--- a/rhino-dist/pom.xml
+++ b/rhino-dist/pom.xml
@@ -19,7 +19,7 @@
     </description>
 
     <properties>
-        <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
+        <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
         <dist.finalName>shibboleth-idp-plugin-rhino-${project.version}</dist.finalName>
     </properties>
 
diff --git a/rhino-impl/pom.xml b/rhino-impl/pom.xml
index 7dcde32..8284fb6 100644
--- a/rhino-impl/pom.xml
+++ b/rhino-impl/pom.xml
@@ -15,7 +15,7 @@
     <packaging>jar</packaging>
     
     <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.rhino</automatic.module.name>
     </properties>
     
diff --git a/scripting-api/pom.xml b/scripting-api/pom.xml
index f60743b..1ab0523 100644
--- a/scripting-api/pom.xml
+++ b/scripting-api/pom.xml
@@ -15,7 +15,7 @@
     <packaging>jar</packaging>
     
     <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.scripting.api</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