Browse Source

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

Yusaku Sako 10 years ago
parent
commit
53922274bb
1 changed files with 1 additions and 0 deletions
  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>