Ver Fonte

SUBMARINE-41. Fix ASF warnings related to submarine target files. Contributed by Dinesh Chitlangia. This closes #559.

Sunil G há 6 anos atrás
pai
commit
09a9938db7
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      pom.xml

+ 2 - 0
pom.xml

@@ -406,6 +406,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
             <exclude>**/*.js</exclude>
             <exclude>hadoop-hdds/**/</exclude>
             <exclude>hadoop-ozone/**/</exclude>
+            <exclude>hadoop-submarine/target/**</exclude>
+            <exclude>hadoop-submarine/**/target/**</exclude>
          </excludes>
        </configuration>
       </plugin>