Class DefaultRepositorySystemSessionFactory

java.lang.Object
org.apache.maven.internal.aether.DefaultRepositorySystemSessionFactory

@Named public class DefaultRepositorySystemSessionFactory extends Object
Since:
3.3.0
  • Field Details

    • MAVEN_REPO_LOCAL_HEAD

      public static final String MAVEN_REPO_LOCAL_HEAD
      User property for chained LRM: the new "head" local repository to use, and "push" the existing into tail. Similar to maven.repo.local.tail, this property may contain comma separated list of paths to be used as local repositories (combine with chained local repository), but while latter is "appending" this one is "prepending".
      Since:
      3.9.10
      See Also:
  • Constructor Details

    • DefaultRepositorySystemSessionFactory

      public DefaultRepositorySystemSessionFactory()
  • Method Details

    • newRepositorySession

      public org.eclipse.aether.DefaultRepositorySystemSession newRepositorySession(MavenExecutionRequest request)