Skip to content

Commit 47d721d

Browse files
adoroszlaianuengineer
authored andcommitted
HDDS-2234. rat.sh fails due to ozone-recon-web/build files (#1580)
1 parent 51eaeca commit 47d721d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hadoop-ozone/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
<exclude>**/dependency-reduced-pom.xml</exclude>
292292
<exclude>**/node_modules/**</exclude>
293293
<exclude>**/yarn.lock</exclude>
294-
<exclude>**/recon-web/build/**</exclude>
294+
<exclude>**/ozone-recon-web/build/**</exclude>
295295
<exclude>src/main/license/**</exclude>
296296
</excludes>
297297
</configuration>
@@ -343,7 +343,7 @@
343343
<configuration>
344344
<excludes>
345345
<exclude>**/node_modules/*</exclude>
346-
<exclude>**/recon-web/**</exclude>
346+
<exclude>**/ozone-recon-web/**</exclude>
347347
</excludes>
348348
</configuration>
349349
<executions>

0 commit comments

Comments
 (0)