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 ?

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

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]



Reply via email to