Force Ivy to use local repsitory instead of cache

2014-03-15 Thread Andreas Fagschlunger
Hello! I've set up a Multi-Project environment with Ivy. Every Project builds and publishes itself to the local repository. My problem is, when there are two or more Builds from one Project and another Projects uses the first one as a dependency, only the first build is resolved - because the

Antwort: Force Ivy to use local repsitory instead of cache

2014-03-15 Thread Carsten . Pfeiffer
Hi Andreas, do all builds have the same revision? If so, do you use the changingPattern and changingMatcher attributes on the resolver to let Ivy know that there are multiple builds with the same revision? Additionally, you might use checkmodified=true on the resolver to ensure that you get the