add README.md to rat excludes
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/eab89f01 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/eab89f01 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/eab89f01 Branch: refs/heads/master Commit: eab89f01b0aea0fea6d857e0f77bed7f44b70b69 Parents: dcb2e25 Author: John McCabe <[email protected]> Authored: Mon Jan 25 00:57:47 2016 +0000 Committer: John McCabe <[email protected]> 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/brooklyn-dist/blob/eab89f01/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>
