How do I add local jar files (not yet part of the Maven repository) directly in my project\'s library sources?
Also take a look at...
compile
Maven Dependencies. This is the default but I've found in some cases explicitly setting that scope also Maven to find local libraries in the local repository.