-
Bug
-
Resolution: Fixed
-
Minor
-
-
5.0.0-beta2
jI have different findbugs goals in my pom file configured.
One is executed as check to break the build instantly if some rules are violated.
The second one is the normal findbugs goal.
I have noticed that only the first one is tracked.
- mentioned in
-
Page Failed to load
It seems not as easy as thought to change the order of the excection caused by the check goal design.
The check goal calls internally the findbugs/pmd report goal and detects if there is already a report file and takes it instead of reanalysis.
Is there any possibility to skip check goals in your plugin?