소스 검색

YARN-4248. Followup patch adding asf-licence exclusions for json test files

Chris Douglas 9 년 전
부모
커밋
9f50e13d5d
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml

+ 11 - 0
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml

@@ -321,6 +321,17 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>src/test/resources/submit-reservation.json</exclude>
+            <exclude>src/test/resources/delete-reservation.json</exclude>
+            <exclude>src/test/resources/update-reservation.json</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>