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 8fba75d98 TIKA-4473: remove test-jar goal that isn't needed
8fba75d98 is described below
commit 8fba75d9801b379760849261ba5046de2a65d43e
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 a6f6be036..2bd50a63a 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
@@ -133,6 +133,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 fffe7f735..ed69140e9 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 a708d5df4..13d6f6125 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 240f2d6b0..8536bd0a0 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>