File tree 1 file changed +18
-13
lines changed
1 file changed +18
-13
lines changed Original file line number Diff line number Diff line change 49
49
<groupId >org.apache.maven.plugins</groupId >
50
50
<artifactId >maven-assembly-plugin</artifactId >
51
51
</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 >
65
70
</build >
66
71
67
72
<repositories >
You can’t perform that action at this time.
0 commit comments