Przeglądaj źródła

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

Sunil G 6 lat temu
rodzic
commit
09a9938db7
1 zmienionych plików z 2 dodań i 0 usunięć
  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>