Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for newMavenRepositorySystemSession (0.09 seconds)

  1. impl/maven-core/src/test/java/org/apache/maven/internal/transformation/AbstractRepositoryTestCase.java

        @BeforeEach
        public void setUp() throws Exception {
            session = newMavenRepositorySystemSession(system);
        }
    
        protected PlexusContainer getContainer() {
            return container;
        }
    
        public RepositorySystemSession newMavenRepositorySystemSession(RepositorySystem system) {
            DefaultRepositorySystemSession rsession = new DefaultRepositorySystemSession(h -> false);
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Dec 16 13:41:14 GMT 2025
    - 4.5K bytes
    - Click Count (0)
Back to Top