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 b7f728dc4 spotless - attempt to fix spotless
b7f728dc4 is described below
commit b7f728dc436e7ea57677b4927a7a9e9754ddcc56
Author: tallison <[email protected]>
AuthorDate: Wed Dec 3 14:30:00 2025 -0500
spotless - attempt to fix spotless
---
tika-parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 43ee160a1..263969a9a 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1477,7 +1477,7 @@
<exclude>**/XMPRights.java</exclude>
</excludes>
<licenseHeader>
-
<file>${maven.multiModuleProjectDirectory}/tika-parent/license-header.txt</file>
+
<file>${session.executionRootDirectory}/tika-parent/license-header.txt</file>
<delimiter>package</delimiter>
</licenseHeader>
<indent>
@@ -1495,7 +1495,7 @@
<goals>
<goal>${spotless.goal}</goal>
</goals>
- <phase>process-sources</phase>
+ <phase>initialize</phase>
</execution>
</executions>
</plugin>