HDDS-1640. Reduce the size of recon jar file

Closes #907
This commit is contained in:
Vivek Ratnavel Subramanian 2019-06-05 07:51:23 +02:00 committed by Márton Elek
parent cd17cc2868
commit ef2da40a70
No known key found for this signature in database
GPG Key ID: D51EA8F00EE79B28
1 changed files with 6 additions and 0 deletions

View File

@ -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>