File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
3
4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >no.nav.k9</groupId >
220
220
<artifactId >maven-resources-plugin</artifactId >
221
221
<version >3.3.1</version >
222
222
</plugin >
223
+ <plugin >
224
+ <groupId >org.apache.maven.plugins</groupId >
225
+ <artifactId >maven-enforcer-plugin</artifactId >
226
+ <version >3.5.0</version >
227
+ </plugin >
223
228
</plugins >
224
229
</pluginManagement >
225
230
283
288
</execution >
284
289
</executions >
285
290
</plugin >
291
+ <plugin >
292
+ <groupId >org.apache.maven.plugins</groupId >
293
+ <artifactId >maven-enforcer-plugin</artifactId >
294
+ <executions >
295
+ <execution >
296
+ <id >default-cli</id >
297
+ <goals >
298
+ <goal >enforce</goal >
299
+ </goals >
300
+ <configuration >
301
+ <rules >
302
+ <dependencyConvergence />
303
+ <reactorModuleConvergence />
304
+ </rules >
305
+ <fail >true</fail >
306
+ </configuration >
307
+ </execution >
308
+ </executions >
309
+ </plugin >
286
310
</plugins >
287
311
</build >
288
312
You can’t perform that action at this time.
0 commit comments