RE: [maven] use local repo

2011-08-16 Thread Jason Pyeron
> -Original Message- > From: Yang [mailto:tedd...@gmail.com] > Sent: Tuesday, August 16, 2011 16:04 > To: Maven Users List > Subject: [maven] use local repo > > in my project, I need some special jars that are not present > in our company repo. > > so

Re: use local repo

2011-08-16 Thread Wayne Fay
> in my project, I need some special jars that are not present in our > company repo. > > so I put them in the same svn dir of my source code, and let my > special maven-settings.xml to point to that > svn dir as a local repo. This is completely the wrong approach. Why in the world are you doing a

use local repo

2011-08-16 Thread Yang
in my project, I need some special jars that are not present in our company repo. so I put them in the same svn dir of my source code, and let my special maven-settings.xml to point to that svn dir as a local repo. in order to do this, I need to let maven use this maven-settings.xml, right now I