ソースを参照

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>