Package org.apache.maven.internal.aether
Class DefaultRepositorySystemSessionFactory
java.lang.Object
org.apache.maven.internal.aether.DefaultRepositorySystemSessionFactory
- Since:
- 3.3.0
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringUser property for chained LRM: the new "head" local repository to use, and "push" the existing into tail.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.eclipse.aether.DefaultRepositorySystemSession
- 
Field Details- 
MAVEN_REPO_LOCAL_HEADUser 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- 
DefaultRepositorySystemSessionFactorypublic DefaultRepositorySystemSessionFactory()
 
- 
- 
Method Details- 
newRepositorySessionpublic org.eclipse.aether.DefaultRepositorySystemSession newRepositorySession(MavenExecutionRequest request) 
 
-