Explorar o código

AMBARI-9708. Ignore "target" directories to avoid rat check errors when compiling contrib/views directly from Jenkins. (yusaku)

Yusaku Sako %!s(int64=10) %!d(string=hai) anos
pai
achega
53922274bb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      contrib/views/pom.xml

+ 1 - 0
contrib/views/pom.xml

@@ -68,6 +68,7 @@
             <exclude>.classpath</exclude>
             <exclude>.project</exclude>
             <exclude>.settings</exclude>
+            <exclude>**/target/**</exclude>
             <exclude>**/.gitkeep</exclude>
             <exclude>**/.bowerrc</exclude>
             <exclude>**/.editorconfig</exclude>