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 ff2456c66 TIKA-4473: remove test-jar goal that isn't needed
ff2456c66 is described below
commit ff2456c668135909582894b1347b2afea9c9c8bf
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 4e4f11b26..b7eac04b0 100644
--- a/tika-pipes/tika-async-cli/pom.xml
+++ b/tika-pipes/tika-async-cli/pom.xml
@@ -78,13 +78,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 fd2dd4963..757e02f66 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 629dfcf62..49a070c9e 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 2caf2d6ce..8885908e6 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 37f94dbb2..71262fe1b 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 8a60808dc..d9d16302d 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 0fc6f7bad..5d9084e44 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 0bf734f44..0439f974d 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 afef2b260..ff14a952a 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 55c6c5507..258cb19b4 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 3bf8a0e90..7e6012bba 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 5d789d443..7635ee472 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 cfa04dfd6..5a3a9dae9 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>