[Build] include CREDITS and licenses in META-INF Include CREDITS and licenses in META-INF.
https://jira.apache.org/jira/projects/CRAIL/issues/CRAIL-84 Signed-off-by: Jonas Pfefferle <peppe...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/incubator-crail/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-crail/commit/eb479cc6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-crail/tree/eb479cc6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-crail/diff/eb479cc6 Branch: refs/heads/master Commit: eb479cc61ddca386b5710c8f0c69d2da7ef7ad2f Parents: 5c89272 Author: Jonas Pfefferle <peppe...@apache.org> Authored: Thu Nov 15 16:55:36 2018 +0100 Committer: Jonas Pfefferle <peppe...@apache.org> Committed: Thu Nov 15 16:55:36 2018 +0100 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/eb479cc6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 36ca022..775110f 100644 --- a/pom.xml +++ b/pom.xml @@ -127,8 +127,13 @@ <include>NOTICE</include> <include>LICENSE</include> <include>DISCLAIMER</include> + <include>CREDITS</include> </includes> </resource> + <resource> + <directory>${maven.multiModuleProjectDirectory}/licenses</directory> + <targetPath>META-INF/licenses/</targetPath> + </resource> </resources> <plugins> <plugin>