[
https://issues.apache.org/jira/browse/HADOOP-11889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14521600#comment-14521600
]
Jonathan Eagles commented on HADOOP-11889:
------------------------------------------
In addition, can we consider updating the checkstyle version the maven
checkstyle plugin uses. This will allow us to pick up all the bug fixes
http://checkstyle.sourceforge.net/releasenotes.html
{code}
<checkstyle.version>6.6</checkstyle.version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>${checkstyle.version}</version>
</dependency>
</dependencies>
{code}
> Make checkstyle runnable from root project
> ------------------------------------------
>
> Key: HADOOP-11889
> URL: https://issues.apache.org/jira/browse/HADOOP-11889
> Project: Hadoop Common
> Issue Type: Bug
> Components: build, test
> Affects Versions: 2.7.0
> Reporter: Gera Shegalov
> Assignee: Gera Shegalov
> Attachments: HADOOP-11889.001.patch
>
>
> Checkstyle -1 are hard to debug without submitting to Jenkins and downloading
> build artifacts.
> With this JIRA we
> # remove identical checkstyle rules in hdfs which is identical to common
> # move checkstyle plugin to the parent pom
> # update rules to ignore import
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)