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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new ef2da40  HDDS-1640. Reduce the size of recon jar file
ef2da40 is described below

commit ef2da40a703b642b835e054326b989187a4dbfd3
Author: Vivek Ratnavel Subramanian <[email protected]>
AuthorDate: Wed Jun 5 07:51:23 2019 +0200

    HDDS-1640. Reduce the size of recon jar file
    
    Closes #907
---
 hadoop-ozone/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/hadoop-ozone/pom.xml b/hadoop-ozone/pom.xml
index baefe34..2d80c3a 100644
--- a/hadoop-ozone/pom.xml
+++ b/hadoop-ozone/pom.xml
@@ -342,6 +342,12 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/node_modules/*</exclude>
+            <exclude>**/ozone-recon-web/**</exclude>
+          </excludes>
+        </configuration>
         <executions>
           <execution>
             <goals>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to