Last active
March 30, 2016 09:58
-
-
Save sahajamit/4b38ef8d3579e56c234ca8c83048511b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add the following code in the POM.xml | |
<repository> | |
<id>in-project</id> | |
<name>In Project Repo</name> | |
<url>file://${project.basedir}/libs</url> | |
</repository> | |
http://www.mkyong.com/maven/how-to-include-library-manully-into-maven-local-repository/ | |
https://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment