[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/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/1ef517f3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/1ef517f3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/1ef517f3 Branch: refs/heads/master Commit: 1ef517f347365dd4ff5d63c3619fe24dd2229c4d Parents: 6471500 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-server/pom.xml | 2 +- brooklyn-ui/pom.xml | 2 +- brooklyn/pom.xml | 1 + pom.xml | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1ef517f3/brooklyn-server/pom.xml ---------------------------------------------------------------------- diff --git a/brooklyn-server/pom.xml b/brooklyn-server/pom.xml index ec22b36..57dd3d5 100644 --- a/brooklyn-server/pom.xml +++ b/brooklyn-server/pom.xml @@ -25,7 +25,7 @@ <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>17</version> - <relativePath></relativePath> + <relativePath></relativePath> <!-- prevent loading of ../pom.xml as the "parent" --> </parent> <groupId>org.apache.brooklyn</groupId> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1ef517f3/brooklyn-ui/pom.xml ---------------------------------------------------------------------- diff --git a/brooklyn-ui/pom.xml b/brooklyn-ui/pom.xml index 9947c7c..3c5acf0 100644 --- a/brooklyn-ui/pom.xml +++ b/brooklyn-ui/pom.xml @@ -24,7 +24,7 @@ <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>17</version> - <relativePath></relativePath> + <relativePath></relativePath> <!-- prevent loading of ../pom.xml as the "parent" --> </parent> <groupId>org.apache.brooklyn</groupId> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1ef517f3/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> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1ef517f3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 81a42e0..c09001c 100644 --- a/pom.xml +++ b/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>
