This repository was archived by the owner on Jun 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 254
LocalIvyRepo
Michael Mraka edited this page Sep 18, 2017
·
3 revisions
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.
Do you want to contribute to this wiki? See page WikiContribute for more info.