This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new f07477f20 TIKA-4473: remove test-jar goal that isn't needed
f07477f20 is described below
commit f07477f20fbc0d0198e20c57722d400b124ba067
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Aug 22 10:44:07 2025 +0200
TIKA-4473: remove test-jar goal that isn't needed
---
tika-app/pom.xml | 7 -------
tika-batch/pom.xml | 1 +
tika-eval/tika-eval-app/pom.xml | 7 -------
tika-translate/pom.xml | 7 -------
tika-xmp/pom.xml | 7 -------
5 files changed, 1 insertion(+), 28 deletions(-)
diff --git a/tika-app/pom.xml b/tika-app/pom.xml
index c39b5a3a2..7fe05da4b 100644
--- a/tika-app/pom.xml
+++ b/tika-app/pom.xml
@@ -181,13 +181,6 @@
</manifestEntries>
</archive>
</configuration>
- <executions>
- <execution>
- <goals>
- <goal>test-jar</goal>
- </goals>
- </execution>
- </executions>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
diff --git a/tika-batch/pom.xml b/tika-batch/pom.xml
index 13b4246b7..514a58b7e 100644
--- a/tika-batch/pom.xml
+++ b/tika-batch/pom.xml
@@ -104,6 +104,7 @@
</excludes>
</configuration>
<goals>
+ <!-- needed for tika-eval-app -->
<goal>test-jar</goal>
</goals>
</execution>
diff --git a/tika-eval/tika-eval-app/pom.xml b/tika-eval/tika-eval-app/pom.xml
index 585f14b92..d9607090f 100644
--- a/tika-eval/tika-eval-app/pom.xml
+++ b/tika-eval/tika-eval-app/pom.xml
@@ -201,13 +201,6 @@
</manifestEntries>
</archive>
</configuration>
- <executions>
- <execution>
- <goals>
- <goal>test-jar</goal>
- </goals>
- </execution>
- </executions>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
diff --git a/tika-translate/pom.xml b/tika-translate/pom.xml
index 7740c3926..5286e56aa 100644
--- a/tika-translate/pom.xml
+++ b/tika-translate/pom.xml
@@ -156,13 +156,6 @@
</manifestEntries>
</archive>
</configuration>
- <executions>
- <execution>
- <goals>
- <goal>test-jar</goal>
- </goals>
- </execution>
- </executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/tika-xmp/pom.xml b/tika-xmp/pom.xml
index 8d6ba7a9c..b9db9c6fc 100644
--- a/tika-xmp/pom.xml
+++ b/tika-xmp/pom.xml
@@ -67,13 +67,6 @@
</manifestEntries>
</archive>
</configuration>
- <executions>
- <execution>
- <goals>
- <goal>test-jar</goal>
- </goals>
- </execution>
- </executions>
</plugin>
</plugins>
</build>