Skipped Scope parametized

Former-commit-id: 7a0807b77afef6a3db24af30ca98b770b44bea04
This commit is contained in:
Henri Gomez
2014-02-14 12:14:06 +01:00
parent 11d7d25037
commit c095118e98
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.