Repository: incubator-crail
Updated Branches:
  refs/heads/master 9304cd7e3 -> 030063d27


[Build] meta-inf: LICENSE, NOTICE and DISCLAIMER

Include LICENSE, NOTICE and DISCLAIMER in meta-inf for
binary release.

https://jira.apache.org/jira/browse/CRAIL-77

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/030063d2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crail/tree/030063d2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crail/diff/030063d2

Branch: refs/heads/master
Commit: 030063d27e96e22392084122b140744aeffc41e8
Parents: 9304cd7
Author: Jonas Pfefferle <peppe...@apache.org>
Authored: Mon Nov 5 13:24:29 2018 +0100
Committer: Jonas Pfefferle <peppe...@apache.org>
Committed: Mon Nov 5 13:24:29 2018 +0100

----------------------------------------------------------------------
 pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/030063d2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c62bc09..f3e0623 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,6 +109,22 @@
   </dependencyManagement>
 
   <build>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>false</filtering>
+      </resource>
+      <resource>
+        <directory>${maven.multiModuleProjectDirectory}</directory>
+        <targetPath>META-INF/</targetPath>
+        <filtering>false</filtering>
+        <includes>
+          <include>NOTICE</include>
+          <include>LICENSE</include>
+          <include>DISCLAIMER</include>
+        </includes>
+      </resource>
+    </resources>
     <plugins>
       <plugin>
         <groupId>org.apache.rat</groupId>

Reply via email to