File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 751
751
</configuration >
752
752
</plugin >
753
753
754
- <!--
755
- Usage:
756
- mvn findbugs:check (checks the sources and produces report to the console)
757
- -->
758
- <plugin >
759
- <groupId >org.codehaus.gmaven</groupId >
760
- <artifactId >findbugs-maven-plugin</artifactId >
761
- <version >${findbugs.plugin.version} </version >
762
- <configuration >
763
- <includeTests >true</includeTests >
764
- </configuration >
765
- </plugin >
766
-
767
754
<plugin >
768
755
<groupId >org.codehaus.gmaven</groupId >
769
756
<artifactId >gmaven-plugin</artifactId >
806
793
</configuration >
807
794
</plugin >
808
795
796
+ <!--
797
+ Usage:
798
+ mvn findbugs:check (checks the sources and produces report to the console)
799
+ -->
800
+ <plugin >
801
+ <groupId >org.codehaus.mojo</groupId >
802
+ <artifactId >findbugs-maven-plugin</artifactId >
803
+ <version >${findbugs.plugin.version} </version >
804
+ <configuration >
805
+ <includeTests >true</includeTests >
806
+ </configuration >
807
+ </plugin >
808
+
809
809
<plugin >
810
810
<groupId >org.codehaus.mojo</groupId >
811
811
<artifactId >native2ascii-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments