Skip to content

Commit

Permalink
🚧 CLDR-18205 build: work around obscure linked resources error
Browse files Browse the repository at this point in the history
NOTE: this breaks our licensure and tooling, so is NOT appropriate for merging.
  • Loading branch information
srl295 committed Jan 7, 2025
1 parent 9bbbc77 commit ab4d179
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions tools/cldr-code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,23 +69,6 @@
<resource>
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>${project.basedir}/../..</directory>
<!-- This is put here so that it can be read by CldrUtility, even outside of a jar -->
<targetPath>${project.build.directory}/classes/org/unicode/cldr/util/data</targetPath>
<includes>
<include>LICENSE</include>
</includes>
</resource>
<resource>
<directory>${project.basedir}/../..</directory>
<!-- This is put here so that it shows up in the final .jar in an expected spot -->
<!-- Note: icu4j keeps its license file at the root, /LICENSE. We won't conflict. -->
<targetPath>META-INF</targetPath>
<includes>
<include>LICENSE</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
Expand Down

0 comments on commit ab4d179

Please sign in to comment.