Skip to content

Commit 795d7ac

Browse files
committed
ICU-23054 Fix Eclipse warning, leftover from un-sharing test data
1 parent 48597a4 commit 795d7ac

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

icu4j/main/core/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -55,29 +55,6 @@
5555

5656
<build>
5757
<plugins>
58-
<plugin>
59-
<groupId>org.codehaus.mojo</groupId>
60-
<artifactId>build-helper-maven-plugin</artifactId>
61-
<executions>
62-
<execution>
63-
<!-- Test files shared between ICU4C and ICU4J -->
64-
<id>add-test-resource</id>
65-
<goals>
66-
<goal>add-test-resource</goal>
67-
</goals>
68-
<configuration>
69-
<resources>
70-
<resource>
71-
<directory>${rootlocation}/../testdata/</directory>
72-
<includes>
73-
<include>message2/**</include>
74-
</includes>
75-
</resource>
76-
</resources>
77-
</configuration>
78-
</execution>
79-
</executions>
80-
</plugin>
8158
<plugin>
8259
<groupId>org.apache.maven.plugins</groupId>
8360
<artifactId>maven-jar-plugin</artifactId>

0 commit comments

Comments
 (0)