> Yes - create a file called 'build.properties' in the dir where you're > calling 'maven'. In there, put: > > maven.repo.local=path\\to\\your\\jars
Does the local repo have to have maven's special file structure? Can it be just a folder with a bunch of jars? c:\localRepo\ant-1.5.jar Or does it have to be like this: c:\localRepo\ant\jars\ant-1.5.jar Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com ----- Original Message ----- From: "Bill Lynch" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 10:24 AM Subject: Re: RE : Why download all those jars when Maven is first run? > Andy, > > Andy Jefferson wrote: > > > On Wed, 2003-07-09 at 15:47, Nicolas FRANK wrote: > > > >>Maven (the core part) by itself doesn't download any jar (am I right ?), but > >>the plugins do... Which are depending on the repository libs (just like any > >>regular maven projects) to execute themselves. > > > > Is there any way to tell Maven to first look in a specified place > > (directory) for the jars it needs before going off ? > > > THat's on a windows filesystem - use / for unix/mac. > > Cheers, > --Bill > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
