We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48597a4 commit 795d7acCopy full SHA for 795d7ac
icu4j/main/core/pom.xml
@@ -55,29 +55,6 @@
55
56
<build>
57
<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>
81
<plugin>
82
<groupId>org.apache.maven.plugins</groupId>
83
<artifactId>maven-jar-plugin</artifactId>
0 commit comments