mirror of https://github.com/apache/cloudstack.git
exclude Dockerfile and supervisord.conf from RAT
This commit is contained in:
parent
a411015726
commit
2504ea499d
4
pom.xml
4
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue