File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ under the License.
2323 <modelVersion >4.0.0</modelVersion >
2424
2525 <parent >
26- <artifactId >maven-plugins</artifactId >
2726 <groupId >org.apache.maven.plugins</groupId >
28- <version >37</version >
29- <relativePath />
27+ <artifactId >maven-plugins</artifactId >
28+ <version >38</version >
29+ <relativePath />
3030 </parent >
3131
3232 <artifactId >maven-dependency-plugin</artifactId >
@@ -364,6 +364,13 @@ under the License.
364364 </excludes >
365365 </configuration >
366366 </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 >
367374 </plugins >
368375 </pluginManagement >
369376 <plugins >
You can’t perform that action at this time.
0 commit comments