Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bb17ca9

Browse filesBrowse files
committed
Merge pull request hub4j#236 from recena/findbugs
Findbugs plugin has been upgraded
2 parents defcd6f + aab21c5 commit bb17ca9
Copy full SHA for bb17ca9

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<properties>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31-
<findbugs-maven-plugin.version>3.0.1</findbugs-maven-plugin.version>
31+
<findbugs-maven-plugin.version>3.0.2</findbugs-maven-plugin.version>
3232
<findbugs-maven-plugin.failOnError>true</findbugs-maven-plugin.failOnError>
3333
</properties>
3434

@@ -52,7 +52,6 @@
5252
<version>${findbugs-maven-plugin.version}</version>
5353
<configuration>
5454
<xmlOutput>true</xmlOutput>
55-
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
5655
<failOnError>${findbugs-maven-plugin.failOnError}</failOnError>
5756
</configuration>
5857
<executions>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.