Ted Yu created KAFKA-6735: ----------------------------- Summary: Document how to skip findbugs / checkstyle when running unit test Key: KAFKA-6735 URL: https://issues.apache.org/jira/browse/KAFKA-6735 Project: Kafka Issue Type: Test Reporter: Ted Yu
Even when running single unit test, findbugs dependency would result in some time spent before the test is actually run. We should document how findbugs dependency can be skipped in such scenario: {code} -x findbugsMain -x findbugsTest {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)