Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master 11233168f -> 0b132133a


ZEPPELIN-362 Add maven-remote-resources-plugin plugin

https://issues.apache.org/jira/browse/ZEPPELIN-362

Add maven-remote-resources-plugin to add LICENSE, NOTICE and DISCLAIMER to jar 
and war artifacts.

Author: Lee moon soo <[email protected]>

Closes #366 from Leemoonsoo/ZEPPELIN-362 and squashes the following commits:

17076fa [Lee moon soo] Add maven-remote-resources-plugin plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/0b132133
Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/0b132133
Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/0b132133

Branch: refs/heads/master
Commit: 0b132133ab946b202634a08f484b4689380e8beb
Parents: 1123316
Author: Lee moon soo <[email protected]>
Authored: Sun Oct 25 15:38:17 2015 +0900
Committer: Lee moon soo <[email protected]>
Committed: Mon Oct 26 05:33:28 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/0b132133/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 02f161f..5ed9a76 100755
--- a/pom.xml
+++ b/pom.xml
@@ -342,6 +342,27 @@
       </plugin>
 
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <version>1.4</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <configuration>
+              <resourceBundles>
+                <!-- Will generate META-INF/DEPENDENCIES META-INF/LICENSE 
META-INF/NOTICE -->
+                
<resourceBundle>org.apache.apache.resources:apache-jar-resource-bundle:1.5-SNAPSHOT</resourceBundle>
+                <!-- Will generate META-INF/DISCLAIMER  -->
+                
<resourceBundle>org.apache.apache.resources:apache-incubator-disclaimer-resource-bundle:1.2-SNAPSHOT</resourceBundle>
+              </resourceBundles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.9.1</version>
         <configuration><!-- Default configuration for all reports -->

Reply via email to