File tree 14 files changed +266
-5
lines changed
14 files changed +266
-5
lines changed Original file line number Diff line number Diff line change @@ -100,4 +100,24 @@ under the License.
100
100
</profile >
101
101
</profiles >
102
102
103
+ <build >
104
+ <plugins >
105
+ <plugin >
106
+ <groupId >org.apache.maven.plugins</groupId >
107
+ <artifactId >maven-enforcer-plugin</artifactId >
108
+ <executions >
109
+ <execution >
110
+ <id >dependency-convergence</id >
111
+ <goals >
112
+ <goal >enforce</goal >
113
+ </goals >
114
+ <configuration >
115
+ <skip >true</skip >
116
+ </configuration >
117
+ </execution >
118
+ </executions >
119
+ </plugin >
120
+ </plugins >
121
+ </build >
122
+
103
123
</project >
Original file line number Diff line number Diff line change @@ -71,4 +71,23 @@ under the License.
71
71
72
72
</dependencies >
73
73
74
+ <build >
75
+ <plugins >
76
+ <plugin >
77
+ <groupId >org.apache.maven.plugins</groupId >
78
+ <artifactId >maven-enforcer-plugin</artifactId >
79
+ <executions >
80
+ <execution >
81
+ <id >dependency-convergence</id >
82
+ <goals >
83
+ <goal >enforce</goal >
84
+ </goals >
85
+ <configuration >
86
+ <skip >true</skip >
87
+ </configuration >
88
+ </execution >
89
+ </executions >
90
+ </plugin >
91
+ </plugins >
92
+ </build >
74
93
</project >
Original file line number Diff line number Diff line change @@ -42,4 +42,24 @@ under the License.
42
42
<module >flink-s3-fs-presto</module >
43
43
</modules >
44
44
45
+ <build >
46
+ <plugins >
47
+ <plugin >
48
+ <groupId >org.apache.maven.plugins</groupId >
49
+ <artifactId >maven-enforcer-plugin</artifactId >
50
+ <executions >
51
+ <execution >
52
+ <id >dependency-convergence</id >
53
+ <goals >
54
+ <goal >enforce</goal >
55
+ </goals >
56
+ <configuration >
57
+ <skip >true</skip >
58
+ </configuration >
59
+ </execution >
60
+ </executions >
61
+ </plugin >
62
+ </plugins >
63
+ </build >
64
+
45
65
</project >
Original file line number Diff line number Diff line change @@ -99,6 +99,22 @@ under the License.
99
99
100
100
<build >
101
101
<plugins >
102
+ <plugin >
103
+ <groupId >org.apache.maven.plugins</groupId >
104
+ <artifactId >maven-enforcer-plugin</artifactId >
105
+ <executions >
106
+ <execution >
107
+ <id >dependency-convergence</id >
108
+ <goals >
109
+ <goal >enforce</goal >
110
+ </goals >
111
+ <configuration >
112
+ <skip >true</skip >
113
+ </configuration >
114
+ </execution >
115
+ </executions >
116
+ </plugin >
117
+
102
118
<plugin >
103
119
<groupId >org.apache.maven.plugins</groupId >
104
120
<artifactId >maven-surefire-plugin</artifactId >
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ under the License.
71
71
72
72
<build >
73
73
<plugins >
74
-
75
74
<!-- activate API compatibility checks -->
76
75
<plugin >
77
76
<groupId >com.github.siom79.japicmp</groupId >
Original file line number Diff line number Diff line change @@ -61,4 +61,23 @@ under the License.
61
61
</dependency >
62
62
</dependencies >
63
63
64
+ <build >
65
+ <plugins >
66
+ <plugin >
67
+ <groupId >org.apache.maven.plugins</groupId >
68
+ <artifactId >maven-enforcer-plugin</artifactId >
69
+ <executions >
70
+ <execution >
71
+ <id >dependency-convergence</id >
72
+ <goals >
73
+ <goal >enforce</goal >
74
+ </goals >
75
+ <configuration >
76
+ <skip >true</skip >
77
+ </configuration >
78
+ </execution >
79
+ </executions >
80
+ </plugin >
81
+ </plugins >
82
+ </build >
64
83
</project >
Original file line number Diff line number Diff line change @@ -241,6 +241,21 @@ under the License.
241
241
242
242
<build >
243
243
<plugins >
244
+ <plugin >
245
+ <groupId >org.apache.maven.plugins</groupId >
246
+ <artifactId >maven-enforcer-plugin</artifactId >
247
+ <executions >
248
+ <execution >
249
+ <id >dependency-convergence</id >
250
+ <goals >
251
+ <goal >enforce</goal >
252
+ </goals >
253
+ <configuration >
254
+ <skip >true</skip >
255
+ </configuration >
256
+ </execution >
257
+ </executions >
258
+ </plugin >
244
259
<plugin >
245
260
<groupId >org.apache.maven.plugins</groupId >
246
261
<artifactId >maven-checkstyle-plugin</artifactId >
Original file line number Diff line number Diff line change @@ -111,6 +111,21 @@ under the License.
111
111
112
112
<build >
113
113
<plugins >
114
+ <plugin >
115
+ <groupId >org.apache.maven.plugins</groupId >
116
+ <artifactId >maven-enforcer-plugin</artifactId >
117
+ <executions >
118
+ <execution >
119
+ <id >dependency-convergence</id >
120
+ <goals >
121
+ <goal >enforce</goal >
122
+ </goals >
123
+ <configuration >
124
+ <skip >true</skip >
125
+ </configuration >
126
+ </execution >
127
+ </executions >
128
+ </plugin >
114
129
115
130
<!-- activate API compatibility checks -->
116
131
<plugin >
Original file line number Diff line number Diff line change @@ -56,6 +56,21 @@ under the License.
56
56
57
57
<build >
58
58
<plugins >
59
+ <plugin >
60
+ <groupId >org.apache.maven.plugins</groupId >
61
+ <artifactId >maven-enforcer-plugin</artifactId >
62
+ <executions >
63
+ <execution >
64
+ <id >dependency-convergence</id >
65
+ <goals >
66
+ <goal >enforce</goal >
67
+ </goals >
68
+ <configuration >
69
+ <skip >true</skip >
70
+ </configuration >
71
+ </execution >
72
+ </executions >
73
+ </plugin >
59
74
<!-- Relocate the Hadoop's Guava dependency into a different namespace and
60
75
put Hadoop into a fat-jar.
61
76
-->
Original file line number Diff line number Diff line change @@ -106,6 +106,22 @@ under the License.
106
106
107
107
<build >
108
108
<plugins >
109
+ <plugin >
110
+ <groupId >org.apache.maven.plugins</groupId >
111
+ <artifactId >maven-enforcer-plugin</artifactId >
112
+ <executions >
113
+ <execution >
114
+ <id >dependency-convergence</id >
115
+ <goals >
116
+ <goal >enforce</goal >
117
+ </goals >
118
+ <configuration >
119
+ <skip >true</skip >
120
+ </configuration >
121
+ </execution >
122
+ </executions >
123
+ </plugin >
124
+
109
125
<!-- Scala Compiler -->
110
126
<plugin >
111
127
<groupId >net.alchim31.maven</groupId >
Original file line number Diff line number Diff line change @@ -235,7 +235,23 @@ under the License.
235
235
</dependencies >
236
236
237
237
<build >
238
- <plugins >
238
+ <plugins >
239
+ <plugin >
240
+ <groupId >org.apache.maven.plugins</groupId >
241
+ <artifactId >maven-enforcer-plugin</artifactId >
242
+ <executions >
243
+ <execution >
244
+ <id >dependency-convergence</id >
245
+ <goals >
246
+ <goal >enforce</goal >
247
+ </goals >
248
+ <configuration >
249
+ <skip >true</skip >
250
+ </configuration >
251
+ </execution >
252
+ </executions >
253
+ </plugin >
254
+
239
255
<!-- Scala Compiler -->
240
256
<plugin >
241
257
<groupId >net.alchim31.maven</groupId >
Original file line number Diff line number Diff line change @@ -138,6 +138,22 @@ under the License.
138
138
139
139
<build >
140
140
<plugins >
141
+ <plugin >
142
+ <groupId >org.apache.maven.plugins</groupId >
143
+ <artifactId >maven-enforcer-plugin</artifactId >
144
+ <executions >
145
+ <execution >
146
+ <id >dependency-convergence</id >
147
+ <goals >
148
+ <goal >enforce</goal >
149
+ </goals >
150
+ <configuration >
151
+ <skip >true</skip >
152
+ </configuration >
153
+ </execution >
154
+ </executions >
155
+ </plugin >
156
+
141
157
<!-- Set the root directory for all tests to the project root.
142
158
We need this to be able to locate the final build (in flink-dist)
143
159
-->
Original file line number Diff line number Diff line change @@ -157,6 +157,22 @@ under the License.
157
157
158
158
<build >
159
159
<plugins >
160
+ <plugin >
161
+ <groupId >org.apache.maven.plugins</groupId >
162
+ <artifactId >maven-enforcer-plugin</artifactId >
163
+ <executions >
164
+ <execution >
165
+ <id >dependency-convergence</id >
166
+ <goals >
167
+ <goal >enforce</goal >
168
+ </goals >
169
+ <configuration >
170
+ <skip >true</skip >
171
+ </configuration >
172
+ </execution >
173
+ </executions >
174
+ </plugin >
175
+
160
176
<!-- Scala Compiler -->
161
177
<plugin >
162
178
<groupId >net.alchim31.maven</groupId >
You can’t perform that action at this time.
0 commit comments