Re: How to install an artifact in the local repository from within a plugin

2010-04-15 Thread Brian Fox
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

How to install an artifact in the local repository from within a plugin

2010-04-14 Thread Mirko Jahn
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