Where can i find a how-to for writing a wagon for maven 3? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this questionMaven 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 sourcefor开发者_开发百科ge 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
精彩评论