Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewSession (0.25 sec)

  1. maven-core/src/main/java/org/apache/maven/internal/impl/DefaultSessionFactory.java

            this.mavenRepositorySystem = mavenRepositorySystem;
            this.lookup = lookup;
            this.runtimeInformation = runtimeInformation;
        }
    
        public InternalSession newSession(MavenSession mavenSession) {
            InternalSession session = new DefaultSession(
                    mavenSession, repositorySystem, null, mavenRepositorySystem, lookup, runtimeInformation);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 12:55:57 UTC 2024
    - 2.2K bytes
    - Viewed (0)
Back to top