maven中添加bundle类型的依赖包

有时在maven中添加bundle依赖包会报错,以下: web 缘由是在maven中添加bundle类型的依赖包须要添加bundle插件,以下apache <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId>
相关文章
相关标签/搜索