Tag Archives: library

Installing an external JAR into Maven

Sometimes you have to use a library that isn’t available in MavenĀ  repository. In this case you must take the JAR and install it in the local repository using the install plugin: for example to install an hipotetical jar foo-1.0.2.jar … Continue reading

Posted in Programming | Tagged , , , , | Leave a comment