Github user duncangrant commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/961#discussion_r185488617
--- Diff: parent/pom.xml ---
@@ -1104,6 +1104,8 @@
https://brooklyn.incubator.apache.org
-->
<exclude>docs/**</exclude>
+ <!-- maven cache -->
+ <exclude>**/.m2/**</exclude>
--- End diff --
This doesn't feel quite right. Why is the .m2 cache within the checked out
repo? Shouldn't it be a level up?---
