Mike Percy has submitted this change and it was merged. Change subject: Fix checkstyle suppressions in submodule builds ......................................................................
Fix checkstyle suppressions in submodule builds Removes the use of relative paths via “samedir=.” in the checkstyle plugin to allow executing maven builds from submodule directories. Previously this would result in a failure to find the suppressions xml file. Change-Id: I75c5ae0cb5fcc468d15139619c113d2a67b024f7 Reviewed-on: http://gerrit.cloudera.org:8080/6060 Tested-by: Kudu Jenkins Reviewed-by: Mike Percy <[email protected]> --- M java/kudu_style.xml M java/pom.xml 2 files changed, 3 insertions(+), 2 deletions(-) Approvals: Mike Percy: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/6060 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I75c5ae0cb5fcc468d15139619c113d2a67b024f7 Gerrit-PatchSet: 5 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
