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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.aether.RepositorySystemSession decorate​(MavenProject project, org.eclipse.aether.RepositorySystemSession session)
      Returns possibly null Aether repository system session to be used to resolve project dependencies.
    • Method Detail

      • decorate

        org.eclipse.aether.RepositorySystemSession decorate​(MavenProject project,
                                                            org.eclipse.aether.RepositorySystemSession session)
        Returns possibly null Aether repository system session to be used to resolve project dependencies.