maven: exclude rat license checking for devcloud advanced cfg Signed-off-by: Rohit Yadav <[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/d8b04507 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d8b04507 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d8b04507 Branch: refs/heads/cloud-agent-with-openvswitch Commit: d8b04507d8285ac5201bcae1409aeacb2de2fb95 Parents: c598427 Author: Rohit Yadav <[email protected]> Authored: Mon Jan 14 19:36:27 2013 -0800 Committer: Rohit Yadav <[email protected]> Committed: Mon Jan 14 19:36:27 2013 -0800 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8b04507/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index aad124b..f752d26 100644 --- a/pom.xml +++ b/pom.xml @@ -245,7 +245,9 @@ <exclude>scripts/vm/systemvm/id_rsa.cloud</exclude> <exclude>tools/devcloud/basebuild/puppet-devcloudinitial/files/network.conf</exclude> <exclude>tools/devcloud/devcloud.cfg</exclude> + <exclude>tools/devcloud/devcloud-advanced.cfg</exclude> <exclude>tools/devcloud-kvm/devcloud-kvm.cfg</exclude> + <exclude>tools/devcloud-kvm/devcloud-kvm-advanced.cfg</exclude> <exclude>ui/lib/flot/jquery.colorhelpers.js</exclude> <exclude>ui/lib/flot/jquery.flot.crosshair.js</exclude> <exclude>ui/lib/flot/jquery.flot.fillbetween.js</exclude>
