Package org.eclipse.aether.impl.scope
Class CommonBuilds
java.lang.Object
org.eclipse.aether.impl.scope.CommonBuilds
Set of constants meant to be used in "common builds".
- Since:
- 2.0.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BuildPath
A common "compile" build path.static final BuildPath
A common "preprocess" build path.static final BuildPath
A common "runtime" build path.static final BuildScope
Maven2/Maven3 special build scope: it did not distinguish between "test compile" and "test runtime", but lumped both together into "test".static final ProjectPath
A common "it" project path.static final ProjectPath
A common "main" project path.static final ProjectPath
A common "test" project path. -
Method Summary
-
Field Details
-
PROJECT_PATH_MAIN
A common "main" project path. -
PROJECT_PATH_TEST
A common "test" project path. -
PROJECT_PATH_IT
A common "it" project path. -
BUILD_PATH_PREPROCESS
A common "preprocess" build path. -
BUILD_PATH_COMPILE
A common "compile" build path. -
BUILD_PATH_RUNTIME
A common "runtime" build path. -
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".
-