rat-check:Reduce scope of the WEB-INF check License headers from the files within artifact org.apache.axi2 causes RAT to complain. Ignore them as they are not part of the repo.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/c9ee0551 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/c9ee0551 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/c9ee0551 Branch: refs/heads/gslb-wip Commit: c9ee05517df9a779d532328c6d5978fa446a515e Parents: 9b288c7 Author: Prasanna Santhanam <t...@apache.org> Authored: Thu Mar 7 18:57:30 2013 +0530 Committer: Prasanna Santhanam <t...@apache.org> Committed: Thu Mar 7 18:58:48 2013 +0530 ---------------------------------------------------------------------- pom.xml | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c9ee0551/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index eb0f68c..6b0a9cc 100644 --- a/pom.xml +++ b/pom.xml @@ -345,8 +345,8 @@ <exclude>**/*.patch</exclude> <exclude>**/.classpath</exclude> <exclude>**/.project</exclude> + <exclude>**/.idea/**</exclude> <exclude>**/*.iml</exclude> - <exclude>**/WEB-INF/**</exclude> <exclude>**/.settings/**</exclude> <exclude>.metadata/**</exclude> <exclude>.git/**</exclude> @@ -363,7 +363,7 @@ <exclude>**/*.zip</exclude> <exclude>**/target/**</exclude> <exclude>**/.vagrant</exclude> - <exclude>awsapi/overlays/*.info</exclude> + <exclude>awsapi/overlays/**</exclude> <exclude>build/build.number</exclude> <exclude>services/console-proxy/server/js/jquery.js</exclude> <exclude>debian/compat</exclude> @@ -438,7 +438,6 @@ <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> - </excludes> </configuration> </plugin>