You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by el...@apache.org on 2019/11/08 09:30:18 UTC

[hadoop-ozone] branch master updated: HDDS-2427. Exclude webapps from hadoop-ozone-filesystem-lib-current uber jar

This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a450fb  HDDS-2427. Exclude webapps from hadoop-ozone-filesystem-lib-current uber jar
6a450fb is described below

commit 6a450fbf59ef8f9c5005eb856ed9a4c38b5bcc10
Author: Bharat Viswanadham <bh...@apache.org>
AuthorDate: Fri Nov 8 10:24:40 2019 +0100

    HDDS-2427. Exclude webapps from hadoop-ozone-filesystem-lib-current uber jar
    
    Closes #129
---
 hadoop-ozone/ozonefs-lib-current/pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/hadoop-ozone/ozonefs-lib-current/pom.xml b/hadoop-ozone/ozonefs-lib-current/pom.xml
index 1645ccc..9b5e601 100644
--- a/hadoop-ozone/ozonefs-lib-current/pom.xml
+++ b/hadoop-ozone/ozonefs-lib-current/pom.xml
@@ -74,6 +74,21 @@
               <goal>shade</goal>
             </goals>
             <configuration>
+              <filters>
+                <filter>
+                <artifact>org.apache.hadoop:hadoop-hdds-server-framework</artifact>
+                <excludes>
+                  <exclude>webapps/datanode/**</exclude>
+                  <exclude>webapps/static/**</exclude>
+                </excludes>
+                </filter>
+                <filter>
+                  <artifact>org.apache.hadoop:hadoop-hdds-container-service</artifact>
+                  <excludes>
+                    <exclude>webapps/hddsDatanode/**</exclude>
+                  </excludes>
+              </filter>
+              </filters>
               <transformers>
                 <transformer
                         implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer">


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org