[
https://issues.apache.org/jira/browse/HBASE-16712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15530647#comment-15530647
]
Sean Busbey commented on HBASE-16712:
-------------------------------------
{code}
+#if( ${dep.licenses.isEmpty()} )
+ERROR: This product includes ${dep.name} which has no licenses!
+Revert the change if invalid or if intentional add license info to
sumpplemental-models.xml
+groupId: ${dep.groupId}
+articfactId: ${dep.artifactId}
+packaging: ${dep.packaging}
+version: ${dep.version}
+url: ${dep.url}
+#end
{code}
I don't think this will actually error out the build. Could you include a
failure inducing error with a pointer for fixing, [like the out of bounds
access in
LICENSE.vm|https://github.com/apache/hbase/blob/e51fcdd7788271d33cf02240155429358d71627b/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm#L1675]?
> fix hadoop-3.0 profile mvn install
> ----------------------------------
>
> Key: HBASE-16712
> URL: https://issues.apache.org/jira/browse/HBASE-16712
> Project: HBase
> Issue Type: Bug
> Components: build, hadoop3
> Affects Versions: 2.0.0
> Reporter: Jonathan Hsieh
> Assignee: Jonathan Hsieh
> Fix For: 2.0.0
>
> Attachments: hbase-16712.v0.patch, hbase-16712.v1.patch
>
>
> After the compile is fixed, mvn install fails due to transitive dependencies
> coming from hadoop3.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)