You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2014/11/12 12:21:52 UTC

[3/3] incubator-brooklyn git commit: Improve RAT exclusion wording for config files

Improve RAT exclusion wording for config files


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

Branch: refs/heads/0.7.0-M2-incubating
Commit: edcf928ee65cc29a84376c822759e468a9f016fe
Parents: 12e7fe9
Author: Aled Sage <al...@gmail.com>
Authored: Tue Nov 11 22:45:02 2014 +0000
Committer: Aled Sage <al...@gmail.com>
Committed: Wed Nov 12 11:21:19 2014 +0000

----------------------------------------------------------------------
 software/database/pom.xml  | 6 +++---
 software/messaging/pom.xml | 6 +++---
 software/nosql/pom.xml     | 6 +++---
 software/webapp/pom.xml    | 6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/edcf928e/software/database/pom.xml
----------------------------------------------------------------------
diff --git a/software/database/pom.xml b/software/database/pom.xml
index 4c5b9c4e..0f2c1f1 100644
--- a/software/database/pom.xml
+++ b/software/database/pom.xml
@@ -42,9 +42,9 @@
                     <configuration>
                         <excludes combine.children="append">
                             <!--
-                                Configuration artifacts (for installations) that have been downloaded from other projects, 
-                                and then templated. These are files "without any degree of creativity" from the perspective 
-                                of the Brooklyn/Apache contribution.
+                                Configuration artifacts (for installations) are based on templated defaults for 
+                                the given components. These are files "without any degree of creativity" from the
+                                perspective of the Brooklyn/Apache contribution.
                             -->
                             <exclude>src/main/resources/brooklyn/entity/database/mariadb/my.cnf</exclude>
                             <exclude>src/main/resources/brooklyn/entity/database/mysql/mysql.conf</exclude>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/edcf928e/software/messaging/pom.xml
----------------------------------------------------------------------
diff --git a/software/messaging/pom.xml b/software/messaging/pom.xml
index de95f5d..b4982d5 100644
--- a/software/messaging/pom.xml
+++ b/software/messaging/pom.xml
@@ -49,9 +49,9 @@
                     <configuration>
                         <excludes combine.children="append">
                             <!--
-                                Configuration artifacts (for installations) that have been downloaded from other projects, 
-                                and then templated. These are files "without any degree of creativity" from the perspective 
-                                of the Brooklyn/Apache contribution.
+                                Configuration artifacts (for installations) are based on templated defaults for 
+                                the given components. These are files "without any degree of creativity" from the
+                                perspective of the Brooklyn/Apache contribution.
                             -->
                             <exclude>src/main/resources/brooklyn/entity/messaging/activemq/activemq.xml</exclude>
                             <exclude>src/main/resources/brooklyn/entity/messaging/kafka/server.properties</exclude>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/edcf928e/software/nosql/pom.xml
----------------------------------------------------------------------
diff --git a/software/nosql/pom.xml b/software/nosql/pom.xml
index 58aa2d7..06e439f 100644
--- a/software/nosql/pom.xml
+++ b/software/nosql/pom.xml
@@ -214,9 +214,9 @@
             <configuration>
               <excludes combine.children="append">
                 <!--
-                    Configuration artifacts (for installations) that have been downloaded from other projects, 
-                    and then templated. These are files "without any degree of creativity" from the perspective 
-                    of the Brooklyn/Apache contribution.
+                    Configuration artifacts (for installations) are based on templated defaults for 
+                    the given components. These are files "without any degree of creativity" from the
+                    perspective of the Brooklyn/Apache contribution.
                 -->
                 <exclude>src/main/resources/brooklyn/entity/nosql/cassandra/cassandra-1.2.yaml</exclude>
                 <exclude>src/main/resources/brooklyn/entity/nosql/cassandra/cassandra-2.0.yaml</exclude>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/edcf928e/software/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/software/webapp/pom.xml b/software/webapp/pom.xml
index 95d397f..5e5db6e 100644
--- a/software/webapp/pom.xml
+++ b/software/webapp/pom.xml
@@ -42,9 +42,9 @@
                     <configuration>
                         <excludes combine.children="append">
                             <!--
-                                Configuration artifacts (for installations) that have been downloaded from other projects, 
-                                and then templated. These are files "without any degree of creativity" from the perspective 
-                                of the Brooklyn/Apache contribution.
+                                Configuration artifacts (for installations) are based on templated defaults for 
+                                the given components. These are files "without any degree of creativity" from the
+                                perspective of the Brooklyn/Apache contribution.
                             -->
                             <exclude>src/main/resources/brooklyn/entity/webapp/jboss/jboss7-standalone.xml</exclude>
                             <exclude>src/main/resources/brooklyn/entity/webapp/jetty/jetty-brooklyn.xml</exclude>