Package org.eclipse.aether.impl.scope
Class CommonBuilds
- java.lang.Object
-
- org.eclipse.aether.impl.scope.CommonBuilds
-
public final class CommonBuilds extends java.lang.Object
Set of constants meant to be used in "common builds".- Since:
- 2.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static BuildPathBUILD_PATH_COMPILEA common "compile" build path.static BuildPathBUILD_PATH_PREPROCESSA common "preprocess" build path.static BuildPathBUILD_PATH_RUNTIMEA common "runtime" build path.static BuildScopeMAVEN_TEST_BUILD_SCOPEMaven2/Maven3 special build scope: it did not distinguish between "test compile" and "test runtime", but lumped both together into "test".static ProjectPathPROJECT_PATH_ITA common "it" project path.static ProjectPathPROJECT_PATH_MAINA common "main" project path.static ProjectPathPROJECT_PATH_TESTA common "test" project path.
-
-
-
Field Detail
-
PROJECT_PATH_MAIN
public static final ProjectPath PROJECT_PATH_MAIN
A common "main" project path.
-
PROJECT_PATH_TEST
public static final ProjectPath PROJECT_PATH_TEST
A common "test" project path.
-
PROJECT_PATH_IT
public static final ProjectPath PROJECT_PATH_IT
A common "it" project path.
-
BUILD_PATH_PREPROCESS
public static final BuildPath BUILD_PATH_PREPROCESS
A common "preprocess" build path.
-
BUILD_PATH_COMPILE
public static final BuildPath BUILD_PATH_COMPILE
A common "compile" build path.
-
BUILD_PATH_RUNTIME
public static final BuildPath BUILD_PATH_RUNTIME
A common "runtime" build path.
-
MAVEN_TEST_BUILD_SCOPE
public static final BuildScope MAVEN_TEST_BUILD_SCOPE
Maven2/Maven3 special build scope: it did not distinguish between "test compile" and "test runtime", but lumped both together into "test".
-
-