[
https://issues.apache.org/jira/browse/HBASE-19690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16309102#comment-16309102
]
Ted Yu edited comment on HBASE-19690 at 1/7/18 4:03 PM:
--------------------------------------------------------
The command passed by dropping package goal (on master branch).
Here was the command:
{code}
mvn -X verify install javadoc:aggregate assembly:single -DskipTests=true
-Dmaven.javadoc.skip=true -Dhadoop.profile=3.0
{code}
I was to build tar ball for testing.
was (Author: [email protected]):
The command passed by dropping package goal.
> Maven assembly goal fails in master branch with 'invalid distance too far
> back'
> -------------------------------------------------------------------------------
>
> Key: HBASE-19690
> URL: https://issues.apache.org/jira/browse/HBASE-19690
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
>
> I use the following command in master branch :
> {code}
> mvn clean verify install javadoc:aggregate package assembly:single
> -DskipTests=true -Dmaven.javadoc.skip=true -Dhadoop.profile=3.0
> {code}
> It fails with the following error:
> {code}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (checkstyle) on
> project hbase-error-prone: Failed during checkstyle execution: Unable to
> process suppressions file location: hbase/checkstyle-suppressions.xml: Cannot
> create file-based resource:invalid distance too far back -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)