> +
> + <groupId>org.apache.jclouds.karaf.bundles</groupId>
> + <artifactId>jsch-agentproxy-jsch</artifactId>
> + <name>jclouds :: Karaf :: JSCH Agentproxy Shaded Bundle</name>
> + <packaging>bundle</packaging>
> +
> + <dependencies>
> + <dependency>
> + <groupId>org.apache.servicemix.bundles</groupId>
> +
> <artifactId>org.apache.servicemix.bundles.jsch-agentproxy-jsch</artifactId>
> + <version>${jsch.agentproxy.bundle.version}</version>
> + </dependency>
> + </dependencies>
> +
> + <properties>
> + <import.packages>
Just to ensure I'm understanding what's going on: with this property, we're
effectively "overriding" the import package spec from the original bundle and
packaging up all the code with a manifest resulting from this?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-karaf/pull/77/files/ee4896065371024725828b023367e6b35ba12e9f#r77427329