[
https://issues.apache.org/jira/browse/HBASE-19690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16308846#comment-16308846
]
Josh Elser commented on HBASE-19690:
------------------------------------
[~tedyu], I think this is indicative of a poor choice in Maven command. Running
{{javadoc:aggregate}} and *then* a {{package}} is the root of this one (at
least, best as I can tell).
I think we should resolve this as "Invalid". It's not something we can fix in
HBase to my current understanding.
> 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)