comments on copying BOM from cli project to dist
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/d5fcc342 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/d5fcc342 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/d5fcc342 Branch: refs/heads/0.7.0-incubating Commit: d5fcc342cdd48366a51eda0891eb424d0e1083c7 Parents: c7a7928 Author: Alex Heneveld <[email protected]> Authored: Tue Jun 23 23:11:44 2015 -0700 Committer: Alex Heneveld <[email protected]> Committed: Wed Jun 24 00:40:34 2015 -0700 ---------------------------------------------------------------------- usage/cli/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/d5fcc342/usage/cli/pom.xml ---------------------------------------------------------------------- diff --git a/usage/cli/pom.xml b/usage/cli/pom.xml index 91894f1..07d65ab 100644 --- a/usage/cli/pom.xml +++ b/usage/cli/pom.xml @@ -135,6 +135,9 @@ </plugin> <plugin> + <!-- we publish the BOM in case anyone wants to access it directly. + the primary consumer to begin with is the dist, + though it could use use unpack goal with an includes filter. --> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <executions>
