Explorar o código

HDDS-1640. Reduce the size of recon jar file

Closes #907
Vivek Ratnavel Subramanian %!s(int64=6) %!d(string=hai) anos
pai
achega
ef2da40a70
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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>