Skip to content

Commit f07477f

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

5 files changed

Lines changed: 1 addition & 28 deletions

File tree

tika-app/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,6 @@
181181
</manifestEntries>
182182
</archive>
183183
</configuration>
184-
<executions>
185-
<execution>
186-
<goals>
187-
<goal>test-jar</goal>
188-
</goals>
189-
</execution>
190-
</executions>
191184
</plugin>
192185
<plugin>
193186
<groupId>org.apache.rat</groupId>

tika-batch/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
</excludes>
105105
</configuration>
106106
<goals>
107+
<!-- needed for tika-eval-app -->
107108
<goal>test-jar</goal>
108109
</goals>
109110
</execution>

tika-eval/tika-eval-app/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,6 @@
201201
</manifestEntries>
202202
</archive>
203203
</configuration>
204-
<executions>
205-
<execution>
206-
<goals>
207-
<goal>test-jar</goal>
208-
</goals>
209-
</execution>
210-
</executions>
211204
</plugin>
212205
<plugin>
213206
<artifactId>maven-failsafe-plugin</artifactId>

tika-translate/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,6 @@
156156
</manifestEntries>
157157
</archive>
158158
</configuration>
159-
<executions>
160-
<execution>
161-
<goals>
162-
<goal>test-jar</goal>
163-
</goals>
164-
</execution>
165-
</executions>
166159
</plugin>
167160
<plugin>
168161
<groupId>org.apache.maven.plugins</groupId>

tika-xmp/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,6 @@
6767
</manifestEntries>
6868
</archive>
6969
</configuration>
70-
<executions>
71-
<execution>
72-
<goals>
73-
<goal>test-jar</goal>
74-
</goals>
75-
</execution>
76-
</executions>
7770
</plugin>
7871
</plugins>
7972
</build>

0 commit comments

Comments
 (0)