Class MavenRepositorySystemUtils


  • @Deprecated
    public final class MavenRepositorySystemUtils
    extends java.lang.Object
    Deprecated.
    Use SessionBuilderSupplier instead.
    A utility class to assist in setting up a Maven-like repository system. Note: This component is meant to assist those clients that employ the repository system outside of an IoC container, Maven plugins should instead always use regular dependency injection to acquire the repository system.
    Author:
    Benjamin Bentmann
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static org.eclipse.aether.DefaultRepositorySystemSession newSession()
      Deprecated.
      Use SessionBuilderSupplier instead.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • newSession

        @Deprecated
        public static org.eclipse.aether.DefaultRepositorySystemSession newSession()
        Deprecated.
        Use SessionBuilderSupplier instead.
        Creates a new Maven-like repository system session by initializing the session with values typical for Maven-based resolution. In more detail, this method configures settings relevant for the processing of dependency graphs, most other settings remain at their generic default value. Use the various setters to further configure the session with authentication, mirror, proxy and other information required for your environment.
        Returns:
        The new repository system session, never null.