Include Brooklyn-Feature-Name in downstream project manifests Triggers inclusion in feature list.
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/4f441ef6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/4f441ef6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/4f441ef6 Branch: refs/heads/master Commit: 4f441ef6f377101736346563a436af98178134bc Parents: b087c1c Author: Sam Corbett <[email protected]> Authored: Tue Jun 2 11:40:20 2015 +0100 Committer: Sam Corbett <[email protected]> Committed: Tue Jun 2 18:07:40 2015 +0100 ---------------------------------------------------------------------- usage/downstream-parent/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/4f441ef6/usage/downstream-parent/pom.xml ---------------------------------------------------------------------- diff --git a/usage/downstream-parent/pom.xml b/usage/downstream-parent/pom.xml index 0c968a9..ab1890b 100644 --- a/usage/downstream-parent/pom.xml +++ b/usage/downstream-parent/pom.xml @@ -571,6 +571,8 @@ what is really needed. --> <Export-Package>brooklyn.*</Export-Package> + <!-- Brooklyn-Feature prefix triggers inclusion of the project's metadata in the server's features list. --> + <Brooklyn-Feature-Name>${project.name}</Brooklyn-Feature-Name> </instructions> </configuration> </plugin>
