File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 175175 <commons .rc.version>RC1</commons .rc.version>
176176
177177 <commons .scmPubCheckoutDirectory>site-content</commons .scmPubCheckoutDirectory>
178+ <cobertura .version>2.5.2</cobertura .version>
178179 </properties >
179180
180181 <build >
201202 </ignorePathsToDelete >
202203 </configuration >
203204 </plugin >
205+ <plugin >
206+ <groupId >org.codehaus.mojo</groupId >
207+ <artifactId >cobertura-maven-plugin</artifactId >
208+ <version >${cobertura.version} </version >
209+ <configuration >
210+ <formats >
211+ <format >xml</format >
212+ </formats >
213+ </configuration >
214+ </plugin >
215+ <plugin >
216+ <groupId >org.codehaus.mojo</groupId >
217+ <artifactId >findbugs-maven-plugin</artifactId >
218+ <version >3.0.1</version >
219+ <configuration >
220+ <threshold >Normal</threshold >
221+ <effort >Default</effort >
222+ <!-- excludeFilterFile>${basedir}/src/conf/findbugs-exclude-filter.xml</excludeFilterFile-->
223+ <pluginList >class_underscore-jar-with-dependencies.jar, findsecbugs-plugin-1.2.1.jar</pluginList >
224+ </configuration >
225+ </plugin >
204226 </plugins >
205227 </pluginManagement >
206228 </build >
241263 <configuration >
242264 <threshold >Normal</threshold >
243265 <effort >Default</effort >
244- <excludeFilterFile >${basedir} /src/conf/findbugs-exclude-filter.xml</excludeFilterFile >
266+ <!-- excludeFilterFile>${basedir}/src/conf/findbugs-exclude-filter.xml</excludeFilterFile-->
267+ <pluginList >class_underscore-jar-with-dependencies.jar, findsecbugs-plugin-1.2.1.jar</pluginList >
245268 </configuration >
246269 </plugin >
270+ <plugin >
271+ <groupId >org.codehaus.mojo</groupId >
272+ <artifactId >cobertura-maven-plugin</artifactId >
273+ <version >${cobertura.version} </version >
274+ <configuration >
275+ <formats >
276+ <format >xml</format >
277+ </formats >
278+ </configuration >
279+ </plugin >
247280 <plugin >
248281 <artifactId >maven-pmd-plugin</artifactId >
249282 <version >3.5</version >
Original file line number Diff line number Diff line change 1+ package custom ;
2+
3+ public class _UnderScorePluginCheck {
4+
5+ }
You can’t perform that action at this time.
0 commit comments