标签: api maven-3 sourceforge wagon maven-wagon-plugin
Maven已从版本2更改为3,因此它已将ioc容器从plexus更改为google guice。
所以我的马车(从sourceforge文件发布区域下载工件)必须重写为maven 2才能满足guice。 是否有教程/ api描述/学习如何从丛车转向guice wagon?
答案 0 :(得分:1)
org.sonatype.aether.connector.wagon.WagonRepositoryConnector是在maven 3中使用旅行车的一个很好的例子