Use or look at the dependency plugin. The copy/unpack goals manually
resolve things to the repo.
On Wed, Apr 14, 2010 at 11:30 PM, Mirko Jahn wrote:
> Hey there,
>
> I am currently trying to manually install an artifact from a remote
> repository into the local repository to do some file operatio
Hey there,
I am currently trying to manually install an artifact from a remote
repository into the local repository to do some file operations on it.
I can resolve the artifact with:
resolver.resolve(dependency, remoteRepositories, repository);
But this doesn't install the artifact locally and goo