> @@ -28,6 +28,10 @@ limitations under the License. > <artifactId>jclouds-karaf</artifactId> > <packaging>pom</packaging> > <name>JClouds :: Karaf :: Feature</name> > + > + <properties> > + <jclouds.test.listener></jclouds.test.listener>
This took a while to figure out. My theory is that it is an inherited property one of the plugins uses to register a test listener, which fails in karaf. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-karaf/pull/22/files#r5401885
