Repository: brooklyn-server Updated Branches: refs/heads/master 688567409 -> a9662dff0
Fix FeatureInstallationTest#testBrooklynLocationsJcloudsFeature It needs to find `brooklyn-locations-jclouds` bundles, so make sure they are in the `target/features-repo` Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/afcaa462 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/afcaa462 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/afcaa462 Branch: refs/heads/master Commit: afcaa46287382ab46c5bfc997f71894bdd4c808e Parents: 6885674 Author: Aled Sage <[email protected]> Authored: Tue Apr 11 20:30:18 2017 +0100 Committer: Aled Sage <[email protected]> Committed: Tue Apr 11 20:30:18 2017 +0100 ---------------------------------------------------------------------- karaf/itests/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/afcaa462/karaf/itests/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/itests/pom.xml b/karaf/itests/pom.xml index 4ae4f8c..6ce50b1 100644 --- a/karaf/itests/pom.xml +++ b/karaf/itests/pom.xml @@ -148,6 +148,7 @@ <configuration> <features> <feature>brooklyn-core</feature> + <feature>brooklyn-locations-jclouds</feature> </features> <descriptors> <descriptor>file:${project.build.directory}/features.xml</descriptor>
