Skip to content

Commit 3f539dc

Browse files
committed
Allow license generation to run
1 parent ca88928 commit 3f539dc

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

pom.xml

+18-13
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,24 @@
4949
<groupId>org.apache.maven.plugins</groupId>
5050
<artifactId>maven-assembly-plugin</artifactId>
5151
</plugin>
52-
<plugin>
53-
<groupId>com.mycila</groupId>
54-
<artifactId>license-maven-plugin</artifactId>
55-
<configuration>
56-
<excludes>
57-
<!-- TODO: https://github.com/elastic/elasticsearch-analysis-icu/issues/29 -->
58-
<exclude>**/IndexableBinaryStringTools.java</exclude>
59-
<exclude>**/ICUCollationKeyFilter.java</exclude>
60-
<exclude>**/TestIndexableBinaryStringTools.java</exclude>
61-
</excludes>
62-
</configuration>
63-
</plugin>
64-
</plugins>
52+
</plugins>
53+
54+
<pluginManagement>
55+
<plugins>
56+
<plugin>
57+
<groupId>com.mycila</groupId>
58+
<artifactId>license-maven-plugin</artifactId>
59+
<configuration>
60+
<excludes>
61+
<!-- TODO: https://github.com/elastic/elasticsearch-analysis-icu/issues/29 -->
62+
<exclude>**/IndexableBinaryStringTools.java</exclude>
63+
<exclude>**/ICUCollationKeyFilter.java</exclude>
64+
<exclude>**/TestIndexableBinaryStringTools.java</exclude>
65+
</excludes>
66+
</configuration>
67+
</plugin>
68+
</plugins>
69+
</pluginManagement>
6570
</build>
6671

6772
<repositories>

0 commit comments

Comments
 (0)