Interface RepositorySessionDecorator
public interface RepositorySessionDecorator
Component interface that allows per-project customization of Aether repository system sessions.
 Note: This interface is part of work in progress and can be changed or removed without notice.
- Since:
 - 3.2.4
 
- 
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.aether.RepositorySystemSessiondecorate(MavenProject project, org.eclipse.aether.RepositorySystemSession session) Returns possiblynullAether repository system session to be used to resolve project dependencies. 
- 
Method Details
- 
decorate
org.eclipse.aether.RepositorySystemSession decorate(MavenProject project, org.eclipse.aether.RepositorySystemSession session) Returns possiblynullAether repository system session to be used to resolve project dependencies. 
 -