Package org.apache.maven.internal.aether
Class DefaultRepositorySystemSessionFactory
- java.lang.Object
-
- org.apache.maven.internal.aether.DefaultRepositorySystemSessionFactory
-
@Named public class DefaultRepositorySystemSessionFactory extends java.lang.Object- Since:
- 3.3.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMAVEN_REPO_LOCAL_HEADUser property for chained LRM: the new "head" local repository to use, and "push" the existing into tail.
-
Constructor Summary
Constructors Constructor Description DefaultRepositorySystemSessionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.aether.DefaultRepositorySystemSessionnewRepositorySession(MavenExecutionRequest request)
-
-
-
Field Detail
-
MAVEN_REPO_LOCAL_HEAD
public static final java.lang.String MAVEN_REPO_LOCAL_HEAD
User property for chained LRM: the new "head" local repository to use, and "push" the existing into tail. Similar tomaven.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:
- Constant Field Values
-
-
Method Detail
-
newRepositorySession
public org.eclipse.aether.DefaultRepositorySystemSession newRepositorySession(MavenExecutionRequest request)
-
-