Merge branch 'master' of github.com:hgomez/DependencyCheck into hgomez-master

Former-commit-id: 5adc3fb455a6f15209642354a80812771ca0d441
This commit is contained in:
Jeremy Long
2014-02-14 08:05:33 -05:00
4 changed files with 79 additions and 4 deletions

View File

@@ -153,6 +153,18 @@ public final class Settings {
* The additional configured zip file extensions, if available.
*/
public static final String ADDITIONAL_ZIP_EXTENSIONS = "extensions.zip";
/**
* The properties key for whether Test Scope dependencies should be skipped.
*/
public static final String SKIP_TEST_SCOPE = "skip.test.scope";
/**
* The properties key for whether Runtime Scope dependencies should be skipped.
*/
public static final String SKIP_RUNTIME_SCOPE = "skip.runtime.scope";
/**
* The properties key for whether Provided Scope dependencies should be skipped.
*/
public static final String SKIP_PROVIDED_SCOPE = "skip.provided.scope";
}
/**
* The properties file location.