Allow use of snapshot repos to be disabled

Previously, the Ivy-based Grape engine used a system property,
disableSpringSnapshotRepos, to control whether or not Spring's
snapshot and milestone repositories were used for dependency
resolution. This commit adds the same capability to AetherGrapeEngine.

[#59489826]
This commit is contained in:
Andy Wilkinson
2013-10-24 15:22:50 +01:00
parent 629a77c3e2
commit 4f47f71dc2
3 changed files with 25 additions and 7 deletions

View File

@@ -49,7 +49,6 @@ public class SampleIntegrationTests {
@BeforeClass
public static void cleanGrapes() throws Exception {
GrapesCleaner.cleanIfNecessary();
// System.setProperty("ivy.message.logger.level", "3");
}
@Rule