Repository: cloudstack Updated Branches: refs/heads/master 68d18c234 -> 5713222ec
pom: exclude debian/source/format from rat build Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5713222e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5713222e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5713222e Branch: refs/heads/master Commit: 5713222ec7d15ff1949648d97650e98f7bee523e Parents: 68d18c2 Author: Rohit Yadav <[email protected]> Authored: Mon May 25 16:57:44 2015 +0200 Committer: Rohit Yadav <[email protected]> Committed: Mon May 25 16:57:44 2015 +0200 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5713222e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 646c4c5..47dc2cd 100644 --- a/pom.xml +++ b/pom.xml @@ -744,6 +744,7 @@ <exclude>debian/control</exclude> <exclude>debian/dirs</exclude> <exclude>debian/rules</exclude> + <exclude>debian/source/format</exclude> <exclude>dist/console-proxy/js/jquery.js</exclude> <exclude>plugins/hypervisors/hyperv/DotNet/ServerResource/ServerResource.sln</exclude> <exclude>plugins/hypervisors/hyperv/DotNet/ServerResource/packages/**</exclude>
