Andrew Purtell created HBASE-19429:
--------------------------------------
Summary: 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
Reporter: Andrew Purtell
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)