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

tilman 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 6b0c6a97c TIKA-4473: remove test-jar goal that isn't needed
6b0c6a97c is described below

commit 6b0c6a97c0fff63085c6999855ae35f87ade6221
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Aug 22 09:14:30 2025 +0200

    TIKA-4473: remove test-jar goal that isn't needed
---
 tika-app/pom.xml                | 7 -------
 tika-eval/tika-eval-app/pom.xml | 7 -------
 tika-translate/pom.xml          | 7 -------
 tika-xmp/pom.xml                | 7 -------
 4 files changed, 28 deletions(-)

diff --git a/tika-app/pom.xml b/tika-app/pom.xml
index ccb0d7a19..87ce3ad76 100644
--- a/tika-app/pom.xml
+++ b/tika-app/pom.xml
@@ -176,13 +176,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-eval/tika-eval-app/pom.xml b/tika-eval/tika-eval-app/pom.xml
index 52ef436e2..07342dbf9 100644
--- a/tika-eval/tika-eval-app/pom.xml
+++ b/tika-eval/tika-eval-app/pom.xml
@@ -176,13 +176,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 8b7c38c80..ba5377971 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 493e88210..e97dd5056 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>

Reply via email to