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

commit 67672e14a6840642ba041a91c6fcda34b677f712
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Aug 22 12:16:35 2025 +0200

    TIKA-4473: remove test-jar goal that isn't needed
---
 .../tika-parsers-extended/tika-parser-scientific-module/pom.xml    | 1 +
 .../tika-parsers-extended/tika-parser-scientific-package/pom.xml   | 7 -------
 tika-parsers/tika-parsers-ml/tika-parser-nlp-package/pom.xml       | 7 -------
 tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml           | 7 -------
 4 files changed, 1 insertion(+), 21 deletions(-)

diff --git 
a/tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml 
b/tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml
index 3b108f068..8eccbef4b 100644
--- a/tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml
+++ b/tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml
@@ -134,6 +134,7 @@ May the gods of dependency management fix this in the 
future.
         <executions>
           <execution>
             <goals>
+              <!-- needed for tika-parsers-extended-integration-tests -->
               <goal>test-jar</goal>
             </goals>
           </execution>
diff --git 
a/tika-parsers/tika-parsers-extended/tika-parser-scientific-package/pom.xml 
b/tika-parsers/tika-parsers-extended/tika-parser-scientific-package/pom.xml
index 8c502b45e..94f98752f 100644
--- a/tika-parsers/tika-parsers-extended/tika-parser-scientific-package/pom.xml
+++ b/tika-parsers/tika-parsers-extended/tika-parser-scientific-package/pom.xml
@@ -58,13 +58,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-parsers/tika-parsers-ml/tika-parser-nlp-package/pom.xml 
b/tika-parsers/tika-parsers-ml/tika-parser-nlp-package/pom.xml
index d92beec79..b551eee44 100644
--- a/tika-parsers/tika-parsers-ml/tika-parser-nlp-package/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-parser-nlp-package/pom.xml
@@ -52,13 +52,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-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml 
b/tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml
index 05588ed7e..0c7a65f98 100644
--- a/tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml
@@ -106,13 +106,6 @@
             </manifestEntries>
           </archive>
         </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
     </plugins>
 

Reply via email to