[DIST] reparent the downstream project so it doesn't get rat check, plus comments
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/9d9e2ced Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/9d9e2ced Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/9d9e2ced Branch: refs/heads/master Commit: 9d9e2cedd88bd952448d99078ec4d4aca263044e Parents: ff5a57c Author: Alex Heneveld <[email protected]> Authored: Mon Dec 21 11:18:03 2015 +0000 Committer: Alex Heneveld <[email protected]> Committed: Mon Dec 21 16:43:39 2015 +0000 ---------------------------------------------------------------------- brooklyn-dist/downstream-parent/pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/9d9e2ced/brooklyn-dist/downstream-parent/pom.xml ---------------------------------------------------------------------- diff --git a/brooklyn-dist/downstream-parent/pom.xml b/brooklyn-dist/downstream-parent/pom.xml index e8f4fe0..9b7cc73 100644 --- a/brooklyn-dist/downstream-parent/pom.xml +++ b/brooklyn-dist/downstream-parent/pom.xml @@ -22,9 +22,14 @@ <parent> <groupId>org.apache.brooklyn</groupId> - <artifactId>brooklyn-dist-root</artifactId> + <artifactId>brooklyn-server</artifactId> <version>0.9.SPLITWIP-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> - <relativePath>../pom.xml</relativePath> + <relativePath>../../brooklyn-server/pom.xml</relativePath> + <!-- TODO this uses server root pom as a way to get version info without rat check; + it means it inherits apache pom, which might not be desired. + probably cleaner NOT to have a downstream-parent, instead for project to redeclare their tasks. + (yes it violates DRY, but until Maven 4 supporting Mixins that is probably better than + hacks in a parent hierarchy to which people won't have visibility. --> </parent> <artifactId>brooklyn-downstream-parent</artifactId>
