Ray Milkey

Remove some cruft accidentally checked in

Change-Id: If30741ab16be07ec94b7668cd543a80347d10a04
Showing 1 changed file with 2 additions and 17 deletions
...@@ -596,7 +596,7 @@ ...@@ -596,7 +596,7 @@
596 <artifactId>maven-checkstyle-plugin</artifactId> 596 <artifactId>maven-checkstyle-plugin</artifactId>
597 <version>2.12.1</version> 597 <version>2.12.1</version>
598 <configuration> 598 <configuration>
599 - <!-- <configLocation>onos/checkstyle.xml</configLocation> --> 599 + <configLocation>onos/checkstyle.xml</configLocation>
600 </configuration> 600 </configuration>
601 </plugin> 601 </plugin>
602 602
...@@ -608,25 +608,10 @@ ...@@ -608,25 +608,10 @@
608 <excludes> 608 <excludes>
609 </excludes> 609 </excludes>
610 <rulesets> 610 <rulesets>
611 - <!-- <ruleset>onos/pmd.xml</ruleset> --> 611 + <ruleset>onos/pmd.xml</ruleset>
612 </rulesets> 612 </rulesets>
613 </configuration> 613 </configuration>
614 </plugin> 614 </plugin>
615 - <plugin>
616 - <groupId>org.codehaus.mojo</groupId>
617 - <artifactId>findbugs-maven-plugin</artifactId>
618 - <version>3.0.0</version>
619 - <configuration>
620 - <effort>$Max</effort>
621 - <!-- <excludeFilterFile>${findbugs.excludeFilterFile}</excludeFilterFile> -->
622 - <reportPlugins>
623 - <plugin>
624 - <groupId>org.codehaus.mojo</groupId>
625 - <artifactId>findbugs-maven-plugin</artifactId>
626 - </plugin>
627 - </reportPlugins>
628 - </configuration>
629 - </plugin>
630 </plugins> 615 </plugins>
631 </reporting> 616 </reporting>
632 </project> 617 </project>
......