[ 
https://issues.apache.org/jira/browse/HBASE-16563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Colin Ma updated HBASE-16563:
-----------------------------
    Status: Patch Available  (was: Open)

> hbase-assembly can only deal with the first license of dependency
> -----------------------------------------------------------------
>
>                 Key: HBASE-16563
>                 URL: https://issues.apache.org/jira/browse/HBASE-16563
>             Project: HBase
>          Issue Type: Bug
>          Components: build
>            Reporter: Colin Ma
>            Assignee: Colin Ma
>         Attachments: HBASE-16563.001.patch
>
>
> Currently, only the first <license> in <licenses> will be validated in 
> LICENSE.vm. The hbase-assembly will be failed to validate the following 
> information,because Apache License v2.0 is not the first one :
> {code}
> <licenses>
>       <license>
>           <name>LGPL, version 2.1</name>
>           <url>http://www.gnu.org/licenses/licenses.html</url>
>           <distribution>repo</distribution>
>       </license>
>       <license>
>           <name>Apache License v2.0</name>
>           <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
>           <distribution>repo</distribution>
>       </license>
>   </licenses>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to