"Daniel Kehoe" <[EMAIL PROTECTED]> wrote on 30/10/2002 07:42:46 AM:
> On Wed, 30 Oct 2002 18:52:05 +1100, [EMAIL PROTECTED] said: > > Looks like you're missing the velocity-dvsl jar files can you verify that > > they are in your maven.repo.local directory structure? > > They are not in the directory > <maven>/repository/ > > When I initially installed Maven, and entered "maven" at the command > line, maven started downloading a 100+ MB of jars from ibiblio. I stopped > that and delected all the files from <maven>/repository/ (assuming that > something was misconfigured and not wanting to run out of disk space). > How do I ask maven to install only the jars I need? The short answer is to uninstall the plugins you don't need. <maven>/plugins/ has a ton of jar files and directories. If you don't need the plugin delete both the jar and the directory. To know what the plugin provides, see http://jakarta.apache.org/turbine/maven/reference/plugins/ for a list. Is it really 100MB of downloadable from ibiblio - I didn't think so, but..... -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Developers: http://adslgateway.multitask.com.au/developers -- To unsubscribe, e-mail: <mailto:turbine-maven-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-maven-user-help@;jakarta.apache.org>
