Hi, one thing I always have to do when preparing a release is to fix all the checkstyle and findbugs errors. This step could be eliminated if we added checkstyle:check and findbugs:check to the maven default goal. This way it would be executed on CI builds and we would see failing checkstyle/findbugs right away.
WDYT? Benedikt