You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2015/05/07 16:05:20 UTC

[42/50] [abbrv] git commit: updated refs/heads/master to 1c408de

pom: add files to be excluded from rat check

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d889a33b
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d889a33b
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d889a33b

Branch: refs/heads/master
Commit: d889a33bf4543c5ae7b5eb4f31cb54038b1fa769
Parents: 329e948
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Mon May 4 12:13:16 2015 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Mon May 4 12:13:16 2015 +0200

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d889a33b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7be3f3a..0b65858 100644
--- a/pom.xml
+++ b/pom.xml
@@ -707,6 +707,8 @@
               <exclude>README.md</exclude>
               <exclude>INSTALL.md</exclude>
               <exclude>CONTRIBUTING.md</exclude>
+              <exclude>Dockerfile</exclude>
+              <exclude>supervisord.conf</exclude>
               <exclude>.idea/</exclude>
               <exclude>**/*.log</exclude>
               <exclude>**/*.patch</exclude>