Package org.apache.maven.internal.aether
Class DefaultRepositorySystemSessionFactory
java.lang.Object
org.apache.maven.internal.aether.DefaultRepositorySystemSessionFactory
- Since:
- 3.3.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
User property for chained LRM: the new "head" local repository to use, and "push" the existing into tail. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.aether.DefaultRepositorySystemSession
-
Field Details
-
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:
-
-
Constructor Details
-
DefaultRepositorySystemSessionFactory
public DefaultRepositorySystemSessionFactory()
-
-
Method Details
-
newRepositorySession
public org.eclipse.aether.DefaultRepositorySystemSession newRepositorySession(MavenExecutionRequest request)
-