Skip to content

Commit 8fba75d

Browse files
committed
TIKA-4473: remove test-jar goal that isn't needed
1 parent f07477f commit 8fba75d

4 files changed

Lines changed: 1 addition & 21 deletions

File tree

  • tika-parsers
    • tika-parsers-extended
      • tika-parser-scientific-module
      • tika-parser-scientific-package
    • tika-parsers-ml

tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ May the gods of dependency management fix this in the future.
133133
<executions>
134134
<execution>
135135
<goals>
136+
<!-- needed for tika-parsers-extended-integration-tests -->
136137
<goal>test-jar</goal>
137138
</goals>
138139
</execution>

tika-parsers/tika-parsers-extended/tika-parser-scientific-package/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@
5858
</manifestEntries>
5959
</archive>
6060
</configuration>
61-
<executions>
62-
<execution>
63-
<goals>
64-
<goal>test-jar</goal>
65-
</goals>
66-
</execution>
67-
</executions>
6861
</plugin>
6962
<plugin>
7063
<groupId>org.apache.maven.plugins</groupId>

tika-parsers/tika-parsers-ml/tika-parser-nlp-package/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@
5252
</manifestEntries>
5353
</archive>
5454
</configuration>
55-
<executions>
56-
<execution>
57-
<goals>
58-
<goal>test-jar</goal>
59-
</goals>
60-
</execution>
61-
</executions>
6255
</plugin>
6356
<plugin>
6457
<groupId>org.apache.maven.plugins</groupId>

tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,6 @@
106106
</manifestEntries>
107107
</archive>
108108
</configuration>
109-
<executions>
110-
<execution>
111-
<goals>
112-
<goal>test-jar</goal>
113-
</goals>
114-
</execution>
115-
</executions>
116109
</plugin>
117110
</plugins>
118111

0 commit comments

Comments
 (0)