[ 
https://issues.apache.org/jira/browse/HADOOP-11889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14522748#comment-14522748
 ] 

Jonathan Eagles commented on HADOOP-11889:
------------------------------------------

I looked into this further. The maven-checkstyle-plugin was added to 
build/pluginManagement but not to build/plugins. This won't change anything for 
mvn clean install since checkstyle is tied to the mvn site goal. If you remove 
the maven-checkstyle-plugin definitions from azure and add a build plugin to 
the top level pom for maven-checkstyle-plugin and add back the version 
${project.version}, then it will work. 

> 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, HADOOP-11889.002.patch, 
> HADOOP-11889.003.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)

Reply via email to