소스 검색

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>