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

commit 6a76bbed58f9a670be4c01a0194a5f97a6d9d7e2
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Aug 23 11:32:46 2025 +0200

    TIKA-4473: remove test-jar goal that isn't needed
---
 .../tika-pipes-iterators/tika-pipes-iterator-az-blob/pom.xml       | 7 -------
 tika-pipes/tika-pipes-iterators/tika-pipes-iterator-csv/pom.xml    | 7 -------
 tika-pipes/tika-pipes-iterators/tika-pipes-iterator-gcs/pom.xml    | 7 -------
 tika-pipes/tika-pipes-iterators/tika-pipes-iterator-jdbc/pom.xml   | 7 -------
 tika-pipes/tika-pipes-iterators/tika-pipes-iterator-json/pom.xml   | 7 -------
 tika-pipes/tika-pipes-iterators/tika-pipes-iterator-kafka/pom.xml  | 7 -------
 tika-pipes/tika-pipes-iterators/tika-pipes-iterator-s3/pom.xml     | 7 -------
 tika-pipes/tika-pipes-iterators/tika-pipes-iterator-solr/pom.xml   | 7 -------
 .../tika-pipes-reporters/tika-pipes-reporter-fs-status/pom.xml     | 7 -------
 tika-pipes/tika-pipes-reporters/tika-pipes-reporter-jdbc/pom.xml   | 7 -------
 .../tika-pipes-reporters/tika-pipes-reporter-opensearch/pom.xml    | 7 -------
 tika-serialization/pom.xml                                         | 7 -------
 tika-server/tika-server-client/pom.xml                             | 7 -------
 tika-server/tika-server-eval/pom.xml                               | 7 -------
 tika-server/tika-server-standard/pom.xml                           | 7 -------
 15 files changed, 105 deletions(-)

diff --git 
a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-az-blob/pom.xml 
b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-az-blob/pom.xml
index 4423c0b09..3e46cd319 100644
--- a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-az-blob/pom.xml
+++ b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-az-blob/pom.xml
@@ -55,13 +55,6 @@
             </manifestEntries>
           </archive>
         </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <artifactId>maven-shade-plugin</artifactId>
diff --git a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-csv/pom.xml 
b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-csv/pom.xml
index ad470c521..6612cec38 100644
--- a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-csv/pom.xml
+++ b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-csv/pom.xml
@@ -65,13 +65,6 @@
             </manifestEntries>
           </archive>
         </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <artifactId>maven-shade-plugin</artifactId>
diff --git a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-gcs/pom.xml 
b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-gcs/pom.xml
index ff1a9a886..feeef04c8 100644
--- a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-gcs/pom.xml
+++ b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-gcs/pom.xml
@@ -55,13 +55,6 @@
             </manifestEntries>
           </archive>
         </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <artifactId>maven-shade-plugin</artifactId>
diff --git a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-jdbc/pom.xml 
b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-jdbc/pom.xml
index 8342bd039..fba7591d3 100644
--- a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-jdbc/pom.xml
+++ b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-jdbc/pom.xml
@@ -56,13 +56,6 @@
             </manifestEntries>
           </archive>
         </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <artifactId>maven-shade-plugin</artifactId>
diff --git a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-json/pom.xml 
b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-json/pom.xml
index 709c94656..670bf76cf 100644
--- a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-json/pom.xml
+++ b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-json/pom.xml
@@ -67,13 +67,6 @@
             </manifestEntries>
           </archive>
         </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <artifactId>maven-shade-plugin</artifactId>
diff --git a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-kafka/pom.xml 
b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-kafka/pom.xml
index 230c102f8..0b990afe6 100644
--- a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-kafka/pom.xml
+++ b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-kafka/pom.xml
@@ -64,13 +64,6 @@
             </manifestEntries>
           </archive>
         </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <artifactId>maven-shade-plugin</artifactId>
diff --git a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-s3/pom.xml 
b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-s3/pom.xml
index f2e88061c..e63947e6c 100644
--- a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-s3/pom.xml
+++ b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-s3/pom.xml
@@ -60,13 +60,6 @@
             </manifestEntries>
           </archive>
         </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <artifactId>maven-shade-plugin</artifactId>
diff --git a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-solr/pom.xml 
b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-solr/pom.xml
index 91ab0e0d0..1b1f0e620 100644
--- a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-solr/pom.xml
+++ b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-solr/pom.xml
@@ -61,13 +61,6 @@
             </manifestEntries>
           </archive>
         </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <artifactId>maven-shade-plugin</artifactId>
diff --git 
a/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-fs-status/pom.xml 
b/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-fs-status/pom.xml
index 6c2c386ba..39c9343a8 100644
--- a/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-fs-status/pom.xml
+++ b/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-fs-status/pom.xml
@@ -83,13 +83,6 @@
             </manifestEntries>
           </archive>
         </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <artifactId>maven-shade-plugin</artifactId>
diff --git a/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-jdbc/pom.xml 
b/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-jdbc/pom.xml
index 0e63d1627..cf09408b8 100644
--- a/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-jdbc/pom.xml
+++ b/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-jdbc/pom.xml
@@ -56,13 +56,6 @@
             </manifestEntries>
           </archive>
         </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <artifactId>maven-shade-plugin</artifactId>
diff --git 
a/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-opensearch/pom.xml 
b/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-opensearch/pom.xml
index a1501ee45..82d1a0917 100644
--- a/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-opensearch/pom.xml
+++ b/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-opensearch/pom.xml
@@ -60,13 +60,6 @@
             </manifestEntries>
           </archive>
         </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <artifactId>maven-shade-plugin</artifactId>
diff --git a/tika-serialization/pom.xml b/tika-serialization/pom.xml
index 5089c6148..6c1d03e77 100644
--- a/tika-serialization/pom.xml
+++ b/tika-serialization/pom.xml
@@ -68,13 +68,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-server/tika-server-client/pom.xml 
b/tika-server/tika-server-client/pom.xml
index 1d74c7f18..78282f459 100644
--- a/tika-server/tika-server-client/pom.xml
+++ b/tika-server/tika-server-client/pom.xml
@@ -71,13 +71,6 @@
             </manifestEntries>
           </archive>
         </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <artifactId>maven-shade-plugin</artifactId>
diff --git a/tika-server/tika-server-eval/pom.xml 
b/tika-server/tika-server-eval/pom.xml
index 51048ec13..be36d12af 100644
--- a/tika-server/tika-server-eval/pom.xml
+++ b/tika-server/tika-server-eval/pom.xml
@@ -125,13 +125,6 @@
             </manifestEntries>
           </archive>
         </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
 
     </plugins>
diff --git a/tika-server/tika-server-standard/pom.xml 
b/tika-server/tika-server-standard/pom.xml
index 9f337eebe..fe3a77f6b 100644
--- a/tika-server/tika-server-standard/pom.xml
+++ b/tika-server/tika-server-standard/pom.xml
@@ -279,13 +279,6 @@
             </manifestEntries>
           </archive>
         </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <groupId>org.apache.rat</groupId>

Reply via email to