문제

Maven has changed from version 2 to 3 and so it has changed the ioc container from plexus to google guice.

So my wagon (to download artifacts from sourceforge file release area) for maven 2 must be rewritten to maven 3 to satisfy guice. Is there a tutorial / api description / to learn how to change from plexus wagon to guice wagon?

도움이 되었습니까?

해결책

org.sonatype.aether.connector.wagon.WagonRepositoryConnector is a good example to use wagon in maven 3

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top