Skip to content

Commit 09a9938

Browse files
committed
SUBMARINE-41. Fix ASF warnings related to submarine target files. Contributed by Dinesh Chitlangia. This closes #559.
1 parent bb12e81 commit 09a9938

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
406406
<exclude>**/*.js</exclude>
407407
<exclude>hadoop-hdds/**/</exclude>
408408
<exclude>hadoop-ozone/**/</exclude>
409+
<exclude>hadoop-submarine/target/**</exclude>
410+
<exclude>hadoop-submarine/**/target/**</exclude>
409411
</excludes>
410412
</configuration>
411413
</plugin>

0 commit comments

Comments
 (0)