GitHub user aajisaka opened a pull request:
https://github.com/apache/incubator-hivemall/pull/128
[HIVEMALL-164] Include the LICENSE and NOTICE files of Apache Hivemall
project into the jar files
## What changes were proposed in this pull request?
* Before: `mvn install` automatically creates LICENSE and NOTICE files and
bundles them into jar files
* After: `mvn install` automatically bundles the project's own LICENSE and
NOTICES files into jar files
## What type of PR is it?
Improvement
## What is the Jira issue?
https://issues.apache.org/jira/browse/HIVEMALL-164
## How was this patch tested?
Manually tested
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aajisaka/incubator-hivemall HIVEMALL-164
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hivemall/pull/128.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #128
----
commit d6f099b88834c8203989188492613f758ec6ca5e
Author: Akira Ajisaka <aajisaka@...>
Date: 2017-12-26T21:00:35Z
[HIVEMALL-164] Include the LICENSE and NOTICE files of Apache Hivemall
project into the jar files.
----
---