Steps to add external jar to local maven repository
Many a times we utilize 3rd party or external jar files which are not available in maven central / online repositories. In these situations we can look at couple of options. One is to add external jar to local maven repository and other is to include as part of the maven project. Before getting in… (2 comments)