exclude Dockerfile and supervisord.conf from RAT

This commit is contained in:
Sebastien Goasguen 2015-03-04 12:37:52 +01:00
parent a411015726
commit 2504ea499d
1 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<version>4.4.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache CloudStack</name>
<description>Apache CloudStack is an IaaS (“Infrastracture as a Service”) cloud orchestration platform.</description>
<description>Apache CloudStack is an IaaS (“Infrastructure as a Service”) cloud orchestration platform.</description>
<url>http://www.cloudstack.org</url>
<scm>
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/cloudstack.git</connection>
@ -706,6 +706,8 @@
<exclude>CHANGES.md</exclude>
<exclude>README.md</exclude>
<exclude>INSTALL.md</exclude>
<exclude>Dockerfile</exclude>
<exclude>supervisord.conf</exclude>
<exclude>.idea/</exclude>
<exclude>**/*.log</exclude>
<exclude>**/*.patch</exclude>