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

[2/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/66a89a7c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/66a89a7c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/66a89a7c

Branch: refs/heads/master
Commit: 66a89a7cb6d04bdd51479ac8b702ab2e771bd1c3
Parents: 26f5f7a
Author: Aled Sage <al...@gmail.com>
Authored: Tue Nov 11 22:45:02 2014 +0000
Committer: Aled Sage <al...@gmail.com>
Committed: Tue Nov 11 22:45:02 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/66a89a7c/software/database/pom.xml
----------------------------------------------------------------------
diff --git a/software/database/pom.xml b/software/database/pom.xml
index 7eec3cd..89090a1 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/66a89a7c/software/messaging/pom.xml
----------------------------------------------------------------------
diff --git a/software/messaging/pom.xml b/software/messaging/pom.xml
index 6f661d3..6246432 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/66a89a7c/software/nosql/pom.xml
----------------------------------------------------------------------
diff --git a/software/nosql/pom.xml b/software/nosql/pom.xml
index fdb7bc1..fed2877 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/66a89a7c/software/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/software/webapp/pom.xml b/software/webapp/pom.xml
index ccb89a2..aeef6ad 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>