maven项目在引入mina后pom提示错误,Project build error: Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.3.0 or one of its dependencies could not be resolved: Failed to collect dependencies for org.apache.felix:maven-bundle-plugin:jar:3.3.0 ()
pom文件配置是按照网上的,都没有见到效果,目前我的配置为:
点击工程clean下试试
试验了还是不行,最后上http://stackoverflow.com/questions/9732051/how-to-make-m2e-eclipse-plugin-understand-bundle-packaging 找到个方法 ,使用2.3.7版本就不会出问题了
org.apache.felix
maven-bundle-plugin
2.3.7
true
org.apache.felix
maven-bundle-plugin
3.0.1
true
pom.xml加上这个就好了
org.apache.felix
maven-bundle-plugin
3.0.1
true