File tree Expand file tree Collapse file tree 2 files changed +23
-14
lines changed
Expand file tree Collapse file tree 2 files changed +23
-14
lines changed Original file line number Diff line number Diff line change 5151 'sourceEncoding' => 'utf-8' ,
5252 'minimumTokens' => '100' ,
5353 'targetJdk' => '${maven.compiler.target}' )
54- end
5554 plugin ( :checkstyle , '2.17' ,
56- 'configLocation' => 'config/sun_checks.xml'
57- end
55+ 'configLocation' => 'config/sun_checks.xml' )
56+ end
5857end
Original file line number Diff line number Diff line change @@ -84,15 +84,25 @@ DO NOT MODIFIY - GENERATED CODE
8484 </plugin >
8585 </plugins >
8686 </build >
87- <reporting >
88- <plugins >
89- <plugin >
90- <groupId >org.apache.maven.plugins</groupId >
91- <artifactId >maven-checkstyle-plugin</artifactId >
92- <configuration >
93- <configLocation >config/sun_checks.xml</configLocation >
94- </configuration >
95- </plugin >
96- </plugins >
97- </reporting >
87+ <reporting >
88+ <plugins >
89+ <plugin >
90+ <artifactId >maven-pmd-plugin</artifactId >
91+ <version >3.6</version >
92+ <configuration >
93+ <linkXRef >true</linkXRef >
94+ <sourceEncoding >utf-8</sourceEncoding >
95+ <minimumTokens >100</minimumTokens >
96+ <targetJdk >${maven.compiler.target} </targetJdk >
97+ </configuration >
98+ </plugin >
99+ <plugin >
100+ <artifactId >maven-checkstyle-plugin</artifactId >
101+ <version >2.17</version >
102+ <configuration >
103+ <configLocation >config/sun_checks.xml</configLocation >
104+ </configuration >
105+ </plugin >
106+ </plugins >
107+ </reporting >
98108</project >
You can’t perform that action at this time.
0 commit comments