On 7/11/06, Tung Nguyen <[EMAIL PROTECTED]> wrote:

Thank you, but in fact I need to do not use the 
<your-home-directory>/.m2/settings.xml and <your-home-directory>/.m2/repository 
at all. There's no way to place them in the project's folder ?

Yes, there is.

$ mvn --help
...
-s,--settings                 Alternate path for the user settings file
...

Define a 'settings.xml' file containing a <localRepository> element,
then use -s on the command line to tell Maven to use that settings
file rather than the one it expects to find in your home directory.

HTH,
--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to