Exclude test data file from rat check

This commit is contained in:
Lee moon soo 2016-06-15 13:54:59 -07:00
parent b6811a615d
commit 3619afd422

View file

@ -106,8 +106,16 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/horizontalbar_mockdata.txt</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>