File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Original file line number Diff line number Diff line change 44
44
</execution >
45
45
</executions >
46
46
</plugin >
47
+ <plugin >
48
+ <groupId >org.codehaus.mojo</groupId >
49
+ <artifactId >findbugs-maven-plugin</artifactId >
50
+ <version >3.0.1</version >
51
+ <configuration >
52
+ <xmlOutput >true</xmlOutput >
53
+ <findbugsXmlWithMessages >true</findbugsXmlWithMessages >
54
+ <failOnError >false</failOnError >
55
+ </configuration >
56
+ <executions >
57
+ <execution >
58
+ <id >run-findbugs</id >
59
+ <phase >verify</phase >
60
+ <goals >
61
+ <goal >check</goal >
62
+ </goals >
63
+ </execution >
64
+ </executions >
65
+ </plugin >
47
66
</plugins >
48
67
</build >
49
68
109
128
<version >1.9.5</version >
110
129
<scope >test</scope >
111
130
</dependency >
131
+ <dependency >
132
+ <groupId >com.google.code.findbugs</groupId >
133
+ <artifactId >annotations</artifactId >
134
+ <version >3.0.0</version >
135
+ <scope >provided</scope >
136
+ </dependency >
112
137
</dependencies >
113
138
<repositories >
114
139
<repository >
You can’t perform that action at this time.
0 commit comments