2.2.1-3.x plugin migration

2010-04-27 Thread Harsha Sri-Narayana
Hello Maven community, I have written a maven plugin which uses the 2.2.1 api to download artifacts. I see the api's between 2.x and 3.x have changed for plugins like this. Actually, it looks like I use 2 parts of the old api. 1) Downloading artifacts using these deprecated classes.

Re: 2.2.1-3.x plugin migration

2010-04-27 Thread Benjamin Bentmann
Harsha Sri-Narayana wrote: org.apache.maven.artifact.repository.layout.DefaultRepositoryLayout; This is an implementation class/component, your plugin should not refer to this directly but rather use something like /** @component roleHint=default */ private ArtifactRepositoryLayout