You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Jordan Birdsell (Code Review)" <ge...@cloudera.org> on 2016/11/25 21:15:23 UTC

[kudu-CR] [build] - Suppress generated sources from checkstyle plugin

Hello Kudu Jenkins,

I'd like you to reexamine a change.  Please visit

    http://gerrit.cloudera.org:8080/5225

to look at the new patch set (#6).

Change subject: [build] - Suppress generated sources from checkstyle plugin
......................................................................

[build] - Suppress generated sources from checkstyle plugin

The Maven Checkstyle plugin is currently executing against
generated sources, this patch uses a Suppression Filter to
avoid this.

Change-Id: I22e8dd001543fca7cdd5778fc8f461685071fe9e
---
A java/checkstyle-suppressions.xml
M java/kudu_style.xml
M java/pom.xml
3 files changed, 33 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/25/5225/6
-- 
To view, visit http://gerrit.cloudera.org:8080/5225
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I22e8dd001543fca7cdd5778fc8f461685071fe9e
Gerrit-PatchSet: 6
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Jordan Birdsell <jt...@apache.org>
Gerrit-Reviewer: Kudu Jenkins