How to use the ivy local repository as a maven respository
问题 The ivy local repository is in ~/.ivy2, and I'd like to use it as my local maven respoitory. Is there any easy way like setting to do it ? 回答1: I suspect what you're trying to do is share ivy's cache, not it's local repository. Files are placed in ivy's repository by calling the publish task. Ivy has a clear storage distinction between these file types: ~/.ivy2/cache ~/.ivy2/local Maven on the other hand mixes up both file types under the following directory: ~/.m2/repository It would be a