[
https://issues.apache.org/jira/browse/HBASE-18139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031396#comment-16031396
]
Sean Busbey commented on HBASE-18139:
-------------------------------------
if you look at the referenced file, LICENSE.vm line 1678 shows:
{code}
## fail the template. If you're looking at the source LICENSE.vm
## file based on a stacktrace or exception message, you need to find
## the generated LICENSE file that has the actual dependency info printed.
#set($empty = [])
${empty[0]}
{code}
What does the file in {{hbase-assembly/target/}} show at the end? You ought to
be able to find it with {{find hbase-assembly/target -name 'LICENSE*'}}
> maven-remote-resources-plugin fails with IndexOutOfBoundsException in
> hbase-assembly
> ------------------------------------------------------------------------------------
>
> Key: HBASE-18139
> URL: https://issues.apache.org/jira/browse/HBASE-18139
> Project: HBase
> Issue Type: Bug
> Components: build
> Affects Versions: 1.3.2
> Reporter: Xiang Li
> Priority: Blocker
>
> The same as HBASE-14199.
> {code}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process
> (aggregate-licenses) on project hbase-assembly: Error rendering velocity
> resource.: Error invoking method 'get(java.lang.Integer)' in
> java.util.ArrayList at META-INF/LICENSE.vm[line 1678, column 8]:
> InvocationTargetException: Index: 0, Size: 0 -> [Help 1]
> {code}
> Fail to run mvn install against the latest branch-1 and branch-1.3, with no
> additional change.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)