This is an automated email from the ASF dual-hosted git repository.

nanda pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ac5a0ae  HADOOP-16534. Exclude submarine from hadoop source build. 
(#1356)
ac5a0ae is described below

commit ac5a0ae6d0de6cf08040e2c1a95d9c6657fcf17a
Author: Nanda kumar <[email protected]>
AuthorDate: Tue Sep 3 17:40:38 2019 +0530

    HADOOP-16534. Exclude submarine from hadoop source build. (#1356)
---
 hadoop-assemblies/src/main/resources/assemblies/hadoop-src.xml | 1 +
 pom.xml                                                        | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hadoop-assemblies/src/main/resources/assemblies/hadoop-src.xml 
b/hadoop-assemblies/src/main/resources/assemblies/hadoop-src.xml
index e31a30a..b47b4bc 100644
--- a/hadoop-assemblies/src/main/resources/assemblies/hadoop-src.xml
+++ b/hadoop-assemblies/src/main/resources/assemblies/hadoop-src.xml
@@ -58,6 +58,7 @@
         <exclude>**/SecurityAuth.audit*</exclude>
         <exclude>hadoop-ozone/**</exclude>
         <exclude>hadoop-hdds/**</exclude>
+        <exclude>hadoop-submarine/**</exclude>
       </excludes>
     </fileSet>
   </fileSets>
diff --git a/pom.xml b/pom.xml
index 2671f83..b8c428c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to