You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2017/04/11 20:54:36 UTC

[3/3] brooklyn-server git commit: Fix FeatureInstallationTest#testBrooklynLocationsJcloudsFeature

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/16bfb889
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/16bfb889
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/16bfb889

Branch: refs/heads/0.11.x
Commit: 16bfb889ef35dfe6c6a0fc6a5ab4b80684738349
Parents: a99d863
Author: Aled Sage <al...@gmail.com>
Authored: Tue Apr 11 20:30:18 2017 +0100
Committer: Richard Downer <ri...@apache.org>
Committed: Tue Apr 11 21:47:49 2017 +0100

----------------------------------------------------------------------
 karaf/itests/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/16bfb889/karaf/itests/pom.xml
----------------------------------------------------------------------
diff --git a/karaf/itests/pom.xml b/karaf/itests/pom.xml
index 3d56357..f8d6571 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>