Class Maven3ScopeManagerConfiguration

java.lang.Object
org.eclipse.aether.supplier.Maven3ScopeManagerConfiguration
All Implemented Interfaces:
ScopeManagerConfiguration

Maven3 scope configurations. Configures scope manager to support Maven3 scopes.

This manager supports the old Maven 3 dependency scopes + new "compile-only".

Note: Maven3 CANNOT support Maven 4 scopes "test-only" and "test-runtime", as it does not distinguish resolution scope (the class ResolutionScope has only "TEST", instead of "TEST_COMPILE" and "TEST_RUNTIME").

Since:
2.0.11