Class Maven3ScopeManagerConfiguration

  • All Implemented Interfaces:
    org.eclipse.aether.impl.scope.ScopeManagerConfiguration

    public final class Maven3ScopeManagerConfiguration
    extends java.lang.Object
    implements org.eclipse.aether.impl.scope.ScopeManagerConfiguration
    Maven3 scope configurations. Configures scope manager to support Maven3 scopes.

    This manager supports the old Maven 3 dependency scopes + new scopes.

    Note: Maven3 CANNOT support new 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"). This scope manager configuration is not used in Maven 3!

    Since:
    2.0.11