File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ under the License.
23
23
<modelVersion >4.0.0</modelVersion >
24
24
25
25
<parent >
26
- <artifactId >maven-plugins</artifactId >
27
26
<groupId >org.apache.maven.plugins</groupId >
28
- <version >37</version >
29
- <relativePath />
27
+ <artifactId >maven-plugins</artifactId >
28
+ <version >38</version >
29
+ <relativePath />
30
30
</parent >
31
31
32
32
<artifactId >maven-dependency-plugin</artifactId >
@@ -364,6 +364,13 @@ under the License.
364
364
</excludes >
365
365
</configuration >
366
366
</plugin >
367
+ <plugin >
368
+ <groupId >org.apache.maven.plugins</groupId >
369
+ <artifactId >maven-checkstyle-plugin</artifactId >
370
+ <configuration >
371
+ <configLocation >config/maven_checks_nocodestyle.xml</configLocation >
372
+ </configuration >
373
+ </plugin >
367
374
</plugins >
368
375
</pluginManagement >
369
376
<plugins >
You can’t perform that action at this time.
0 commit comments