Skip to content

Instantly share code, notes, and snippets.

@sahajamit
Last active March 30, 2016 09:58
Show Gist options
  • Save sahajamit/4b38ef8d3579e56c234ca8c83048511b to your computer and use it in GitHub Desktop.
Save sahajamit/4b38ef8d3579e56c234ca8c83048511b to your computer and use it in GitHub Desktop.
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