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

commit 9aedc0c1f810df8c0867b546069081369f387e7d
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Aug 23 11:08:53 2025 +0200

    TIKA-4473: remove test-jar goal that isn't needed
---
 tika-pipes/tika-async-cli/pom.xml                             | 7 -------
 tika-pipes/tika-emitters/tika-emitter-az-blob/pom.xml         | 7 -------
 tika-pipes/tika-emitters/tika-emitter-fs/pom.xml              | 7 -------
 tika-pipes/tika-emitters/tika-emitter-gcs/pom.xml             | 7 -------
 tika-pipes/tika-emitters/tika-emitter-kafka/pom.xml           | 7 -------
 tika-pipes/tika-emitters/tika-emitter-opensearch/pom.xml      | 7 -------
 tika-pipes/tika-emitters/tika-emitter-s3/pom.xml              | 7 -------
 tika-pipes/tika-emitters/tika-emitter-solr/pom.xml            | 7 -------
 tika-pipes/tika-fetchers/tika-fetcher-az-blob/pom.xml         | 7 -------
 tika-pipes/tika-fetchers/tika-fetcher-gcs/pom.xml             | 7 -------
 tika-pipes/tika-fetchers/tika-fetcher-http/pom.xml            | 7 -------
 tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 7 -------
 tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml              | 7 -------
 13 files changed, 91 deletions(-)

diff --git a/tika-pipes/tika-async-cli/pom.xml 
b/tika-pipes/tika-async-cli/pom.xml
index aab6604f4..eac1667bb 100644
--- a/tika-pipes/tika-async-cli/pom.xml
+++ b/tika-pipes/tika-async-cli/pom.xml
@@ -82,13 +82,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-emitters/tika-emitter-az-blob/pom.xml 
b/tika-pipes/tika-emitters/tika-emitter-az-blob/pom.xml
index 4e15d7e5b..25efc3279 100644
--- a/tika-pipes/tika-emitters/tika-emitter-az-blob/pom.xml
+++ b/tika-pipes/tika-emitters/tika-emitter-az-blob/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-emitters/tika-emitter-fs/pom.xml 
b/tika-pipes/tika-emitters/tika-emitter-fs/pom.xml
index 9e39b0106..df6ed2262 100644
--- a/tika-pipes/tika-emitters/tika-emitter-fs/pom.xml
+++ b/tika-pipes/tika-emitters/tika-emitter-fs/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-emitters/tika-emitter-gcs/pom.xml 
b/tika-pipes/tika-emitters/tika-emitter-gcs/pom.xml
index 23a772f4f..473c4d709 100644
--- a/tika-pipes/tika-emitters/tika-emitter-gcs/pom.xml
+++ b/tika-pipes/tika-emitters/tika-emitter-gcs/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-emitters/tika-emitter-kafka/pom.xml 
b/tika-pipes/tika-emitters/tika-emitter-kafka/pom.xml
index 9884b232a..7037e6668 100644
--- a/tika-pipes/tika-emitters/tika-emitter-kafka/pom.xml
+++ b/tika-pipes/tika-emitters/tika-emitter-kafka/pom.xml
@@ -72,13 +72,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-emitters/tika-emitter-opensearch/pom.xml 
b/tika-pipes/tika-emitters/tika-emitter-opensearch/pom.xml
index b7942b704..fb8a13102 100644
--- a/tika-pipes/tika-emitters/tika-emitter-opensearch/pom.xml
+++ b/tika-pipes/tika-emitters/tika-emitter-opensearch/pom.xml
@@ -82,13 +82,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-emitters/tika-emitter-s3/pom.xml 
b/tika-pipes/tika-emitters/tika-emitter-s3/pom.xml
index 8ed67b77b..247d1d7ad 100644
--- a/tika-pipes/tika-emitters/tika-emitter-s3/pom.xml
+++ b/tika-pipes/tika-emitters/tika-emitter-s3/pom.xml
@@ -66,13 +66,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-emitters/tika-emitter-solr/pom.xml 
b/tika-pipes/tika-emitters/tika-emitter-solr/pom.xml
index 4a1b4722d..b9a720663 100644
--- a/tika-pipes/tika-emitters/tika-emitter-solr/pom.xml
+++ b/tika-pipes/tika-emitters/tika-emitter-solr/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-fetchers/tika-fetcher-az-blob/pom.xml 
b/tika-pipes/tika-fetchers/tika-fetcher-az-blob/pom.xml
index 5b549a5a5..8d0951d7d 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-az-blob/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-az-blob/pom.xml
@@ -66,13 +66,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-fetchers/tika-fetcher-gcs/pom.xml 
b/tika-pipes/tika-fetchers/tika-fetcher-gcs/pom.xml
index 28414a0c7..cc556a8c5 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-gcs/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-gcs/pom.xml
@@ -53,13 +53,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-fetchers/tika-fetcher-http/pom.xml 
b/tika-pipes/tika-fetchers/tika-fetcher-http/pom.xml
index bd0cbb4f4..5cae41d64 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-http/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-http/pom.xml
@@ -87,13 +87,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-fetchers/tika-fetcher-microsoft-graph/pom.xml 
b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
index 0ade436fe..9af145769 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -147,13 +147,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-fetchers/tika-fetcher-s3/pom.xml 
b/tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml
index 6e19288e3..fdcf6cf86 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml
@@ -58,13 +58,6 @@
                         </manifestEntries>
                     </archive>
                 </configuration>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
             </plugin>
             <plugin>
                 <artifactId>maven-shade-plugin</artifactId>

Reply via email to