On Thu, Nov 4, 2010 at 10:51 AM, Holger Hoffstaette <[email protected]> wrote: > It does seem to stick (so the mechanism does work!), but is not really > what I was looking for, because now the repo location is also populated with > all > dependencies and plugins..which is correct from a Maven POV but not what I > wanted. :) > For context - I'm trying to install only the generated artifacts of a > multi-module build "somewhere else" and was hoping I could do without an > explicit copy step.
Oh. As usual, it does help if you tell us what you're trying to do. ;) You could probably abuse the assembly plugin and set its output directory "somewhere else". Really you're best off building a distribution, (.tar.gz, zip) putting it in the repository, then retrieving it from there and installing it where you want. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
