mirror of https://github.com/apache/cloudstack.git
maven: ignore utils/testsmallfileinactive for rat checking
This fixes several Jenkins failures as previous runs don't cleanup this file created by one of the unit tests. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
6135f6d98f
commit
12fff7d8bd
1
pom.xml
1
pom.xml
|
|
@ -883,6 +883,7 @@
|
|||
<exclude>ui/lib/qunit/qunit.js</exclude>
|
||||
<exclude>ui/lib/reset.css</exclude>
|
||||
<exclude>ui/lib/require.js</exclude>
|
||||
<exclude>utils/testsmallfileinactive</exclude>
|
||||
<exclude>systemvm/conf/agent.properties</exclude>
|
||||
<exclude>systemvm/conf/environment.properties</exclude>
|
||||
<exclude>systemvm/js/jquery.js</exclude>
|
||||
|
|
|
|||
Loading…
Reference in New Issue