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 2016/01/30 04:38:41 UTC

[16/29] incubator-brooklyn git commit: add README.md to rat excludes

add README.md to rat excludes


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

Branch: refs/heads/master
Commit: 8b1a4cb33ce87d9a57a74a6d969a7c2d2cef6fe9
Parents: 4383386
Author: John McCabe <jo...@johnmccabe.net>
Authored: Mon Jan 25 00:57:47 2016 +0000
Committer: John McCabe <jo...@johnmccabe.net>
Committed: Mon Jan 25 00:57:47 2016 +0000

----------------------------------------------------------------------
 brooklyn-dist/vagrant/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8b1a4cb3/brooklyn-dist/vagrant/pom.xml
----------------------------------------------------------------------
diff --git a/brooklyn-dist/vagrant/pom.xml b/brooklyn-dist/vagrant/pom.xml
index 3fc1844..fbe6539 100644
--- a/brooklyn-dist/vagrant/pom.xml
+++ b/brooklyn-dist/vagrant/pom.xml
@@ -66,5 +66,18 @@
                 </executions>
             </plugin>
         </plugins>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.rat</groupId>
+                    <artifactId>apache-rat-plugin</artifactId>
+                    <configuration>
+                        <excludes combine.children="append">
+                            <exclude>src/main/vagrant/README.md</exclude>
+                        </excludes>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
     </build>
 </project>