Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

LocalIvyRepo

Michael Mraka edited this page Sep 18, 2017 · 3 revisions

DEPRECATED, NO LONGER USED

Local Ivy Repository

There are times when you need to use a jar right now but don't want to put it in the

ivy repo or tmp jars. So what do you do? Create a local ivy repo for it.

 mkdir -p $HOME/.ivy/{PROJECTNAME}/local/
 cp name-version.jar $HOME/.ivy/{PROJECTNAME}/local/
 vi ivy.xml

put your jar in the above directory (name-version.jar) then update ivy.xml. It will look at your local ivy repo first.

Enjoy.

Ivy docs

Clone this wiki locally