I'm talking about ivy 2, not some newer version.
相关问题
- X-I.: command not found, and failed to build certa
- Maven - Access properties on parent pom from a chi
- How can I have my ant task pass or fail based on t
- TFS 2010 : Use the label name in build number form
- Can't compile Artifactory 7.10.2
相关文章
- Handling ffmpeg library interface change when upgr
- Build errors of missing packages in Visual Studio
- Forcing a TFS2010 workflow build to FAIL instead o
- Use Eclipse classpath variable to replace absolute
- Passing command line arguments to Java via ant bui
- How to add String parameter to Jenkins with option
- ANT - Could not load a dependent class com/jcraft/
- How to pass a build number within the MultiJob plu
Switching off the cache affects performance. Switching it off loses one of the big benefits of dependency management, because you'd force each build to download everything....
Having said that, over time the cache sometimes become stale, especially in situations where the remote modules might have changing dependencies (Can occur during development). To counter this problem I always include an extra build target that purges my ivy cache:
This gives you the best of both worlds. Disabling the cache is accomplished by first running a purge as follows: