# osgi-felix-maven **Repository Path**: hedgelion/osgi-felix-maven ## Basic Information - **Project Name**: osgi-felix-maven - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-30 - **Last Updated**: 2024-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README https://blog.csdn.net/weixin_42338918/article/details/109310867 打包 mvn clean package -Dmaven.test.skip=true 下载felix https://archive.apache.org/dist/felix/ 启动felix ```shell java -jar ./bin/felix.jar ``` ```shell in felix #felix安装jar install file:/Users/mac/save/code/tmp/osgi-maven-ex3/server/target/server-1.0-SNAPSHOT.jar install file:/Users/mac/save/code/tmp/osgi-maven-ex3/client/target/client-1.0-SNAPSHOT.jar start 8 start 7 lb ```