moving maven local .m2 repository

2006-11-03 Thread Mick Knutson

How do I move the .m2 local repository to a different location

--

Thanks

DJ MICK
http://www.djmick.com
http://www.myspace.com/mickknutson


RE: moving maven local .m2 repository

2006-11-03 Thread Kevin Menard
Create ~/.m2/settings.xml and add the following to that file:

settings
   localRepositoryc:\dev\m2repo/localRepository
/settings

Of course, adjust the path appropriately.

-- 
Kevin Menard
Servprise International
WebReboot -- Remote Reboot Without Pulling the Plug
800.832.3823

 -Original Message-
 From: Mick Knutson [mailto:[EMAIL PROTECTED]
 Sent: Friday, November 03, 2006 12:07 PM
 To: maven
 Subject: moving maven local .m2 repository
 
 How do I move the .m2 local repository to a different location
 
 --
 
 Thanks
 
 DJ MICK
 http://www.djmick.com
 http://www.myspace.com/mickknutson

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



Re: moving maven local .m2 repository

2006-11-03 Thread Mick Knutson

Thanks so much!

On 11/3/06, Kevin Menard [EMAIL PROTECTED] wrote:


Create ~/.m2/settings.xml and add the following to that file:

settings
   localRepositoryc:\dev\m2repo/localRepository
/settings

Of course, adjust the path appropriately.

--
Kevin Menard
Servprise International
WebReboot -- Remote Reboot Without Pulling the Plug
800.832.3823

 -Original Message-
 From: Mick Knutson [mailto:[EMAIL PROTECTED]
 Sent: Friday, November 03, 2006 12:07 PM
 To: maven
 Subject: moving maven local .m2 repository

 How do I move the .m2 local repository to a different location

 --

 Thanks

 DJ MICK
 http://www.djmick.com
 http://www.myspace.com/mickknutson

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





--

Thanks

DJ MICK
http://www.djmick.com
http://www.myspace.com/mickknutson