This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 722ba62b3 try to get jenkins builds working again
722ba62b3 is described below

commit 722ba62b3411febf3bd44b0acd84bba1ede4a727
Author: tallison <[email protected]>
AuthorDate: Tue Dec 30 16:44:44 2025 -0500

    try to get jenkins builds working again
---
 tika-parent/pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 44eed3fa0..f211e1063 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -308,6 +308,7 @@
     <puppycrawl.version>12.3.0</puppycrawl.version>
     <rat.version>0.17</rat.version>
     <scm.version>2.2.1</scm.version>
+    
<checkstyle.configLocation>${maven.multiModuleProjectDirectory}/tika-parent/checkstyle.xml</checkstyle.configLocation>
     <spotless.goal>apply</spotless.goal>
     
<spotless.header.file>${maven.multiModuleProjectDirectory}/tika-parent/license-header.txt</spotless.header.file>
     <!-- dependency versions -->
@@ -1492,7 +1493,7 @@
           </dependency>
         </dependencies>
         <configuration>
-          
<configLocation>${maven.multiModuleProjectDirectory}/tika-parent/checkstyle.xml</configLocation>
+          <configLocation>${checkstyle.configLocation}</configLocation>
           <consoleOutput>false</consoleOutput>
           <includeTestSourceDirectory>true</includeTestSourceDirectory>
           
<testSourceDirectories>${project.basedir}/src/test/java</testSourceDirectories>
@@ -1609,7 +1610,9 @@
       <properties>
         <!-- Override the Spotless goal when this profile is active -->
         <spotless.goal>check</spotless.goal>
+        <!-- use session.executionRootDirectory in ci -->
         
<spotless.header.file>${session.executionRootDirectory}/tika-parent/license-header.txt</spotless.header.file>
+        
<checkstyle.configLocation>${session.executionRootDirectory}/tika-parent/checkstyle.xml</checkstyle.configLocation>
       </properties>
     </profile>
     <profile>

Reply via email to