Skip to content

Commit f9870c5

Browse files
author
Jakub Urban
committed
Do not skip spotbugs run in the test profile
QA-2118
1 parent 6bf2e77 commit f9870c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@
714714
<execution>
715715
<id>spotbugs</id>
716716
<configuration>
717-
<skip>true</skip>
717+
<skip>false</skip>
718718
</configuration>
719719
</execution>
720720
</executions>

0 commit comments

Comments
 (0)