Description
I noticed that mvn install runs on Accumulo were taking a long time because we have our build configured to automatically run both checkstyle and findbugs during the verify Maven lifecycle phase.
These tools are already covered under their respective plugins. We should skip them when running installs as it's just wasted CPU time.