How do I add local jar files (not yet part of the Maven repository) directly in my project\'s library sources?
Yes , you can have but its not good idea.
Instead install all these jars to maven repos
Also See