File tree Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 7474 <reporting >
7575 <plugins >
7676 <plugin >
77- <groupId >org.codehaus.mojo </groupId >
78- <artifactId >findbugs -maven-plugin</artifactId >
79- <version >3.0 .2</version >
77+ <groupId >com.github.spotbugs </groupId >
78+ <artifactId >spotbugs -maven-plugin</artifactId >
79+ <version >3.1.12 .2</version >
8080 <configuration >
8181 <effort >Max</effort >
8282 <threshold >Low</threshold >
Original file line number Diff line number Diff line change @@ -67,12 +67,10 @@ application while protecting against XSS.
6767
6868 <reporting >
6969 <plugins >
70- <!-- `mvn compile site` will generate target/site/findbugs.html -->
71- <!-- http://gleclaire.github.io/findbugs-maven-plugin/dependency-info.html -->
7270 <plugin >
73- <groupId >org.codehaus.mojo </groupId >
74- <artifactId >findbugs -maven-plugin</artifactId >
75- <version >3.0 .2</version >
71+ <groupId >com.github.spotbugs </groupId >
72+ <artifactId >spotbugs -maven-plugin</artifactId >
73+ <version >3.1.12 .2</version >
7674 <configuration >
7775 <!--
7876 Enables analysis which takes more memory but finds more bugs.
@@ -194,6 +192,11 @@ application while protecting against XSS.
194192 <artifactId >maven-deploy-plugin</artifactId >
195193 <version >2.8.2</version >
196194 </plugin >
195+ <plugin >
196+ <groupId >org.apache.maven.plugins</groupId >
197+ <artifactId >maven-project-info-reports-plugin</artifactId >
198+ <version >2.9</version >
199+ </plugin >
197200 <plugin >
198201 <groupId >org.jacoco</groupId >
199202 <artifactId >jacoco-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 118118 <!-- `mvn compile site` will generate target/site/findbugs.html -->
119119 <!-- http://gleclaire.github.io/findbugs-maven-plugin/dependency-info.html -->
120120 <plugin >
121- <groupId >org.codehaus.mojo </groupId >
122- <artifactId >findbugs -maven-plugin</artifactId >
123- <version >3.0 .2</version >
121+ <groupId >com.github.spotbugs </groupId >
122+ <artifactId >spotbugs -maven-plugin</artifactId >
123+ <version >3.1.12 .2</version >
124124 <configuration >
125125 <!--
126126 Enables analysis which takes more memory but finds more bugs.
You can’t perform that action at this time.
0 commit comments