How do I add local jar files (not yet part of the Maven repository) directly in my project\'s library sources?
Important part in dependency is: ${pom.basedir} (instead of just ${basedir})
org.example example 1.0 system ${pom.basedir}/src/lib/example.jar