Adding patches module config for RAT.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f20bee3c Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f20bee3c Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/f20bee3c Branch: refs/heads/junit-tests Commit: f20bee3ca4e08ac31a19ab64936091365dff52a7 Parents: 51041e4 Author: Chip Childers <[email protected]> Authored: Tue Sep 25 14:25:42 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Tue Sep 25 14:26:52 2012 -0400 ---------------------------------------------------------------------- patches/pom.xml | 39 +++++++++++++++++++++++++++++++++++++++ pom.xml | 20 -------------------- 2 files changed, 39 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f20bee3c/patches/pom.xml ---------------------------------------------------------------------- diff --git a/patches/pom.xml b/patches/pom.xml index d62fc86..db24f87 100644 --- a/patches/pom.xml +++ b/patches/pom.xml @@ -87,6 +87,45 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <version>0.8</version> + <configuration> + <numUnapprovedLicenses>0</numUnapprovedLicenses> + <excludeSubProjects>true</excludeSubProjects> + <excludes> + <exclude>systemvm/debian/systemvm.vmx</exclude> + <exclude>systemvm/debian/config/root/.ssh/authorized_keys</exclude> + <exclude>systemvm/debian/config/etc/apache2/httpd.conf</exclude> + <exclude>systemvm/debian/config/etc/apache2/ports.conf</exclude> + <exclude>systemvm/debian/config/etc/apache2/sites-available/default</exclude> + <exclude>systemvm/debian/config/etc/apache2/sites-available/default-ssl</exclude> + <exclude>systemvm/debian/config/etc/apache2/vhostexample.conf</exclude> + <exclude>systemvm/debian/config/etc/dnsmasq.conf</exclude> + <exclude>systemvm/debian/config/etc/vpcdnsmasq.conf</exclude> + <exclude>systemvm/debian/config/etc/ssh/sshd_config</exclude> <!-- Pending resolution of CLOUDSTACK-145 --> + <exclude>systemvm/debian/config/etc/rsyslog.conf</exclude> <!-- Pending resolution of CLOUDSTACK-147 --> + <exclude>systemvm/debian/config/etc/logrotate.conf</exclude> + <exclude>systemvm/debian/config/etc/logrotate.d/*</exclude> + <exclude>systemvm/debian/config/etc/sysctl.conf</exclude> + <exclude>systemvm/debian/config/root/redundant_router/keepalived.conf.templ</exclude> + <exclude>systemvm/debian/config/root/redundant_router/arping_gateways.sh.templ</exclude> + <exclude>systemvm/debian/config/root/redundant_router/conntrackd.conf.templ</exclude> <!-- Pending resolution of CLOUDSTACK-166 --> + <exclude>systemvm/debian/vpn/etc/ipsec.conf</exclude> + <exclude>systemvm/debian/vpn/etc/ppp/options.xl2tpd</exclude> + <exclude>systemvm/debian/vpn/etc/xl2tpd/xl2tpd.conf</exclude> + <exclude>systemvm/debian/vpn/etc/ipsec.secrets</exclude> + <exclude>systemvm/debian/config/etc/haproxy/haproxy.cfg</exclude> + <exclude>systemvm/debian/config/etc/cloud-nic.rules</exclude> + <exclude>systemvm/debian/config/etc/modprobe.d/aesni_intel</exclude> + <exclude>systemvm/debian/config/etc/rc.local</exclude> + <exclude>systemvm/debian/config/var/www/html/userdata/.htaccess</exclude> + <exclude>systemvm/debian/config/var/www/html/latest/.htaccess</exclude> + <exclude>systemvm/debian/vpn/etc/ipsec.d/l2tp.conf</exclude> + </excludes> + </configuration> + </plugin> </plugins> </build> </project> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f20bee3c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0c600bc..607a461 100644 --- a/pom.xml +++ b/pom.xml @@ -209,26 +209,6 @@ <exclude>deps/XenServerJava/Makefile</exclude> <exclude>dist/console-proxy/js/jquery.js</exclude> <exclude>scripts/vm/systemvm/id_rsa.cloud</exclude> - <exclude>patches/systemvm/debian/systemvm.vmx</exclude> - <exclude>patches/systemvm/debian/config/etc/rsyslog.conf</exclude> - <exclude>patches/systemvm/debian/config/etc/cloud-nic.rules</exclude> - <exclude>patches/systemvm/debian/config/etc/init.d/postinit</exclude> - <exclude>patches/systemvm/debian/config/etc/modprobe.d/aesni_intel</exclude> - <exclude>patches/systemvm/debian/config/etc/dnsmasq.conf</exclude> - <exclude>patches/systemvm/debian/config/etc/rc.local</exclude> - <exclude>patches/systemvm/debian/config/root/redundant_router/heartbeat.sh.templ</exclude> - <exclude>patches/systemvm/debian/config/root/redundant_router/keepalived.conf.templ</exclude> - <exclude>patches/systemvm/debian/config/root/redundant_router/check_heartbeat.sh.templ</exclude> - <exclude>patches/systemvm/debian/config/root/redundant_router/backup.sh.templ</exclude> - <exclude>patches/systemvm/debian/config/root/redundant_router/arping_gateways.sh.templ</exclude> - <exclude>patches/systemvm/debian/config/root/redundant_router/fault.sh.templ</exclude> - <exclude>patches/systemvm/debian/config/root/redundant_router/checkrouter.sh.templ</exclude> - <exclude>patches/systemvm/debian/config/root/redundant_router/master.sh.templ</exclude> - <exclude>patches/systemvm/debian/config/root/redundant_router/conntrackd.conf.templ</exclude> - <exclude>patches/systemvm/debian/config/root/redundant_router/enable_pubip.sh.templ</exclude> - <exclude>patches/systemvm/debian/config/var/www/html/userdata/.htaccess</exclude> - <exclude>patches/systemvm/debian/config/var/www/html/latest/.htaccess</exclude> - <exclude>patches/systemvm/debian/vpn/etc/ipsec.d/l2tp.conf</exclude> <exclude>tools/devcloud/basebuild/puppet-devcloudinitial/files/network.conf</exclude> <exclude>tools/devcloud/devcloud.cfg</exclude> <exclude>ui/lib/flot/jquery.colorhelpers.js</exclude>
