HADOOP-16534. Exclude submarine from hadoop source build. (#1356)

This commit is contained in:
Nanda kumar 2019-09-03 17:40:38 +05:30 committed by GitHub
parent 0b9704f610
commit ac5a0ae6d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -58,6 +58,7 @@
<exclude>**/SecurityAuth.audit*</exclude>
<exclude>hadoop-ozone/**</exclude>
<exclude>hadoop-hdds/**</exclude>
<exclude>hadoop-submarine/**</exclude>
</excludes>
</fileSet>
</fileSets>

View File

@ -406,8 +406,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
<exclude>**/*.js</exclude>
<exclude>hadoop-hdds/**/</exclude>
<exclude>hadoop-ozone/**/</exclude>
<exclude>hadoop-submarine/target/**</exclude>
<exclude>hadoop-submarine/**/target/**</exclude>
<exclude>hadoop-submarine/**/</exclude>
<exclude>licenses/**</exclude>
<exclude>licenses-binary/**</exclude>
</excludes>