On 6/7/10 5:36 PM, scabbage wrote: > > I have a project which contains some internal jar files I got from someone. > These jar files are not in any repository, so I cannot add them as > <dependency></dependency>. I created a "lib" folder under my maven project > root and put these jars there. Then I added these jars to my Eclipse build > path. I was able to do my development work without any problem, until I was > about to run "mvn test". It complaints that classes in these jar files could > not be found. > > Can anyone let me know what option I have to deal with this kind of > problems? > > Thanks. Put the JAR files in a repository.
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
