HDDS-2234. rat.sh fails due to ozone-recon-web/build files (#1580)

This commit is contained in:
Doroszlai, Attila 2019-10-03 23:46:50 +02:00 committed by Anu Engineer
parent 51eaecab20
commit 47d721d7dd

View File

@ -291,7 +291,7 @@
<exclude>**/dependency-reduced-pom.xml</exclude>
<exclude>**/node_modules/**</exclude>
<exclude>**/yarn.lock</exclude>
<exclude>**/recon-web/build/**</exclude>
<exclude>**/ozone-recon-web/build/**</exclude>
<exclude>src/main/license/**</exclude>
</excludes>
</configuration>
@ -343,7 +343,7 @@
<configuration>
<excludes>
<exclude>**/node_modules/*</exclude>
<exclude>**/recon-web/**</exclude>
<exclude>**/ozone-recon-web/**</exclude>
</excludes>
</configuration>
<executions>