Fixed the RAT exclude list in pom.xml. This went through several itterations within master, as well as the master copy of the pom.xml being edited to help formalize our maven build process beyond the 4.0.0 release.
Because of the file's confusing history, I have to do this as an isolated commit within 4.0. Signed-off-by: Chip Childers <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7dcffe17 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/7dcffe17 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/7dcffe17 Branch: refs/heads/4.0 Commit: 7dcffe17c8bb73268c70b5a286b93d960268b242 Parents: 2870b38 Author: Chip Childers <[email protected]> Authored: Fri Oct 12 11:49:10 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Fri Oct 12 11:49:10 2012 -0400 ---------------------------------------------------------------------- pom.xml | 33 --------------------------------- 1 files changed, 0 insertions(+), 33 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7dcffe17/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 909c0f0..7dd89ad 100644 --- a/pom.xml +++ b/pom.xml @@ -217,39 +217,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/xe/xen-vcpu-hotplug.rules</exclude> - <exclude>patches/systemvm/debian/xe/xe-linux-distribution.init</exclude> - <exclude>patches/systemvm/debian/systemvm.vmx</exclude> - <exclude>patches/systemvm/debian/config/etc/ssh/sshd_config</exclude> - <exclude>patches/systemvm/debian/config/etc/vpcdnsmasq.conf</exclude> - <exclude>patches/systemvm/debian/config/etc/httpd/conf/httpd.conf</exclude> - <exclude>patches/systemvm/debian/config/etc/haproxy/haproxy.cfg</exclude> - <exclude>patches/systemvm/debian/config/etc/apache2/vhostexample.conf</exclude> - <exclude>patches/systemvm/debian/config/etc/apache2/sites-available/default-ssl</exclude> - <exclude>patches/systemvm/debian/config/etc/apache2/sites-available/default</exclude> - <exclude>patches/systemvm/debian/config/etc/apache2/httpd.conf</exclude> - <exclude>patches/systemvm/debian/config/etc/apache2/ports.conf</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/vpn/etc/ipsec.secrets.orig</exclude> - <exclude>patches/systemvm/debian/vpn/etc/ipsec.conf.orig</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>
