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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]