我有一个包:
<groupId>com.helloworld</groupId>
<artifactId>Helloworld</artifactId>
<version>1.0.0-SNAPSHOT</version>
以前,捆绑包和 OSGi 容器(FUSE ESB Enterprise)位于同一台机器上。我使用以下命令从本地 maven 存储库安装它:
FuseESB:karaf@root> install file:/home/li/.m2/repository/com/helloworld/Helloworld/1.0.0-SNAPSHOT/Helloworld-1.0.0-SNAPSHOT.jar
现在 bundle 和 OSGi 容器在不同的机器上:
捆绑在 IP 为 192.168.122.22 的机器上
如何远程安装此捆绑包?