소스 검색

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>