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. -- View this message in context: http://old.nabble.com/Adding-extra-jar-dependencies-to-maven-build-tp28811161p28811161.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
