瀏覽代碼

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

Yusaku Sako 10 年之前
父節點
當前提交
53922274bb
共有 1 個文件被更改,包括 1 次插入0 次删除
  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>