Huluvu424242
Huluvu424242

Reputation: 765

Where can i find a how-to for writing a wagon for maven 3?

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?

Upvotes: 0

Views: 208

Answers (1)

mrduguo
mrduguo

Reputation: 964

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

Upvotes: 1

Related Questions