Make cache directory affect resolution cache

git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@1059 d89573ee-9141-11dd-94d4-bdf5e562f29c
This commit is contained in:
dmharrah 2009-09-28 00:48:10 +00:00
parent 42b343ca9a
commit 701edaa2a4
1 changed files with 1 additions and 0 deletions

View File

@ -340,6 +340,7 @@ object ManageDependencies
manager.setChangingMatcher(PatternMatcher.REGEXP);
manager.setChangingPattern(".*-SNAPSHOT");
settings.setDefaultRepositoryCacheManager(manager)
dir.foreach(dir => settings.setDefaultResolutionCacheBasedir(dir.absolutePath))
}
/** Creates an ExcludeRule that excludes artifacts with the given module organization and name for
* the given configurations. */