```<!-- pants requires that all classpath eleme...
# general
w
Copy code
<!-- pants requires that all classpath elements are located within the ivy cache, so we
     set `useOrigin="false"` here to cause it to symlink into the cache in all cases.
     this is primarily relevant for the '.m2' and '.sbt' resolvers. -->
<caches default="default" lockStrategy="no-lock" useOrigin="false">
  <cache name="default" basedir="${ivy.cache.dir}" useOrigin="false" defaultTTL="8h">
    <ttl revision="latest.integration" duration="0ms" />
  </cache>
</caches>