Github user myui commented on the issue:
https://github.com/apache/incubator-hivemall/pull/128
Another approach is use
https://maven.apache.org/plugins/maven-resources-plugin/examples/copy-resources.html
to copy NOTICE, LICENSE, DISCLAIMER to `target/classes/META-INF` for each
module in/before compile phase.---
