Skipped Scope parametized

Former-commit-id: 562654d1679b4a6ad59fd5f93c3f1d2a75d8e32b
This commit is contained in:
Henri Gomez
2014-02-14 12:14:06 +01:00
parent 07f0192088
commit f17f04f00a
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.provide.scope";
}
/**
* The properties file location.