How do I add local jar files (not yet part of the Maven repository) directly in my project\'s library sources?
To install third party jar, Please call the command like below
mvn install:install-file -DgroupId= -DartifactId= -Dversion= -Dpackaging=jar -Dfile=path