Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf8fb0 commit 8f527b5Copy full SHA for 8f527b5
pom.xml
@@ -164,11 +164,6 @@
164
<artifactId>maven-war-plugin</artifactId>
165
<version>3.0.0</version>
166
</plugin>
167
- <plugin>
168
- <groupId>org.codehaus.mojo</groupId>
169
- <artifactId>sonar-maven-plugin</artifactId>
170
- <version>3.0.2</version>
171
- </plugin>
172
</plugins>
173
</pluginManagement>
174
</build>
@@ -192,6 +187,15 @@
192
187
</reportSet>
193
188
</reportSets>
194
189
190
+ <plugin>
191
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>3.0.4</version>
+ <configuration>
195
+ <findbugsXmlOutput>true</findbugsXmlOutput>
196
+ <xmlOutput>true</xmlOutput>
197
+ </configuration>
198
+ </plugin>
199
200
</reporting>
201
0 commit comments