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 SummaryFieldsModifier and TypeFieldDescriptionstatic final BuildPathA common "compile" build path.static final BuildPathA common "preprocess" build path.static final BuildPathA common "runtime" build path.static final BuildScopeMaven2/Maven3 special build scope: it did not distinguish between "test compile" and "test runtime", but lumped both together into "test".static final ProjectPathA common "it" project path.static final ProjectPathA common "main" project path.static final ProjectPathA common "test" project path.
- 
Method Summary
- 
Field Details- 
PROJECT_PATH_MAINA common "main" project path.
- 
PROJECT_PATH_TESTA common "test" project path.
- 
PROJECT_PATH_ITA common "it" project path.
- 
BUILD_PATH_PREPROCESSA common "preprocess" build path.
- 
BUILD_PATH_COMPILEA common "compile" build path.
- 
BUILD_PATH_RUNTIMEA common "runtime" build path.
- 
MAVEN_TEST_BUILD_SCOPEMaven2/Maven3 special build scope: it did not distinguish between "test compile" and "test runtime", but lumped both together into "test".
 
-