[ALL] keep version properties in one place in server/pom.xml (inherited by parent) for most things, but library/pom.xml for software
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/cdd021ee Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/cdd021ee Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/cdd021ee Branch: refs/heads/master Commit: cdd021ee7437b2c4b88d8120b3bf02eecb41c224 Parents: 6826326 Author: Alex Heneveld <[email protected]> Authored: Tue Dec 22 16:08:20 2015 +0000 Committer: Alex Heneveld <[email protected]> Committed: Tue Dec 22 16:49:42 2015 +0000 ---------------------------------------------------------------------- brooklyn-dist/dist/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/cdd021ee/brooklyn-dist/dist/pom.xml ---------------------------------------------------------------------- diff --git a/brooklyn-dist/dist/pom.xml b/brooklyn-dist/dist/pom.xml index a595094..0d01390 100644 --- a/brooklyn-dist/dist/pom.xml +++ b/brooklyn-dist/dist/pom.xml @@ -98,6 +98,7 @@ <excludes combine.children="append"> <!-- Exclude sample config files because they are illustrative, intended for changing --> <exclude>src/main/dist/conf/**</exclude> + <exclude>src/main/dist/README.md</exclude> <exclude>licensing/licenses/**</exclude> <exclude>licensing/README.md</exclude> <exclude>licensing/*LICENSE*</exclude>
