3 ways to add local jar to maven project Maven 28 Jun, 2016 1 Introduction You may need to add a custom JAR as a dependency to your Maven project. This tutorial shows 3 ways to do it: Install manually the JAR into your local Maven repository Adding the dependency as system scope Creating a different local Maven repository Using a Nexus repository manager 1- Install manually the JAR into your local