Skip to content

Commit 7169a95

Browse files
committed
pom.xml(findbugs-maven-plugin): update groupId.
No functional changes.
1 parent 4020099 commit 7169a95

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -751,19 +751,6 @@
751751
</configuration>
752752
</plugin>
753753

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-
767754
<plugin>
768755
<groupId>org.codehaus.gmaven</groupId>
769756
<artifactId>gmaven-plugin</artifactId>
@@ -806,6 +793,19 @@
806793
</configuration>
807794
</plugin>
808795

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+
809809
<plugin>
810810
<groupId>org.codehaus.mojo</groupId>
811811
<artifactId>native2ascii-maven-plugin</artifactId>

0 commit comments

Comments
 (0)