Преглед изворни кода

HDDS-1640. Reduce the size of recon jar file

Closes #907
Vivek Ratnavel Subramanian пре 6 година
родитељ
комит
ef2da40a70
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      hadoop-ozone/pom.xml

+ 6 - 0
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>