YARN-4248. Followup patch adding asf-licence exclusions for json test files
This commit is contained in:
parent
9676774e23
commit
9f50e13d5d
|
@ -321,6 +321,17 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</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>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue