[ALL] comment about relativePath in pom and prevent root from misbehaving if their is a pom in its parent dir
Project: http://git-wip-us.apache.org/repos/asf/brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn/commit/5b281fd6 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn/tree/5b281fd6 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn/diff/5b281fd6 Branch: refs/heads/master Commit: 5b281fd631bb1eb55c116170019641745660a822 Parents: e95cec3 Author: Alex Heneveld <[email protected]> Authored: Tue Dec 22 12:38:38 2015 +0000 Committer: Alex Heneveld <[email protected]> Committed: Tue Dec 22 12:54:23 2015 +0000 ---------------------------------------------------------------------- brooklyn/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn/blob/5b281fd6/brooklyn/pom.xml ---------------------------------------------------------------------- diff --git a/brooklyn/pom.xml b/brooklyn/pom.xml index 25e18f1..e3d25cc 100644 --- a/brooklyn/pom.xml +++ b/brooklyn/pom.xml @@ -25,6 +25,7 @@ <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>17</version> + <relativePath></relativePath> <!-- prevent loading of ../pom.xml as the "parent" --> </parent> <groupId>org.apache.brooklyn</groupId>
