[
https://issues.apache.org/jira/browse/HBASE-19429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16277899#comment-16277899
]
Andrew Purtell commented on HBASE-19429:
----------------------------------------
Do we even need this? Can we turn this off? I've been sitting here watching a
release build in the checkstyle report phase of the site target chew on a
module for upwards of 5 minutes only to spit out a report with 20K warnings.
Later, this failure.
> Release build fails in checkstyle phase of site target (branch-1)
> -----------------------------------------------------------------
>
> Key: HBASE-19429
> URL: https://issues.apache.org/jira/browse/HBASE-19429
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.4.0
> Reporter: Andrew Purtell
> Fix For: 1.4.0
>
>
> Running these commands:
> {noformat}
> export MAVEN_OPTS="-Xmx4g -XX:MaxPermSize=256m"
> mvn clean org.codehaus.mojo:versions-maven-plugin:2.5:set -DnewVersion=1.4.0
> git clean -xdf
> mvn clean install -DskipTests -Prelease
> mvn install -DskipTests site assembly:single -Prelease
> {noformat}
> fails on that last Maven invocation in the checkstyle phase of the site
> target with
> {noformat}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project
> hbase-annotations: Error generating maven-checkstyle-plugin:2.17:checkstyle:
> Failed during checkstyle execution: Unable to process suppressions file
> location: hbase/checkstyle-suppressions.xml: Cannot create file-based
> resource:invalid block type
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)