You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2017/12/05 02:56:00 UTC

[jira] [Resolved] (HBASE-19429) Release build fails in checkstyle phase of site target (branch-1)

     [ https://issues.apache.org/jira/browse/HBASE-19429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-19429.
------------------------------------
    Resolution: Fixed

Pushed to branch-1.4 and branch-1

> 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
>            Assignee: Andrew Purtell
>            Priority: Blocker
>             Fix For: 1.4.0
>
>         Attachments: HBASE-19429-branch-1.patch
>
>
> 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)