Additional options for Ivy resolvers.

Specify an Ivy resolver with ", descriptorOptional" to make Ivy
descriptor files optional for that repository or with
", skipConsistencyCheck" to disable Ivy consistency checks for
that repository.
This commit is contained in:
William Benton
2013-08-26 14:06:21 -04:00
committed by Mark Harrah
parent e3ee1a9ac4
commit 2a3462ac12
8 changed files with 53 additions and 22 deletions
@@ -9,4 +9,6 @@ public interface IvyRepository extends Repository
String ivyPattern();
String artifactPattern();
boolean mavenCompatible();
boolean skipConsistencyCheck();
boolean descriptorOptional();
}