How to include custom library into maven local repository?
For Java libraries that are not available in the Maven Central or other Maven repositories, we need to install it into our Maven Local repository in order to use it as a project dependencies. Note You may interest at this How to add Oracle JDBC driver in your Maven local repository In this tutorial, we …