Hi, Currently:
- I have no ivysettings.xml (only ivy.xml). - I have no JAR-files in version control. My idea of a solutions: - Create a directory named localrepository directly under the project root. Setup a file repository for Ivy in it. Check it into version control. - Have Ivy first check if something is in the local file repository, then go to ibiblio and check that repository. Does the above solution sound good overall? Is there any more information on how to create the file repository out there? Preferably a tutorial. The page http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html has some information but it's for Maven2. How would my ivysettings.xml file look like? Currently I don't have one, so I'm using the defaults only. Best regards, Kent