- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for DefaultRepositorySystemSessionFactory (0.12 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java
import org.slf4j.Logger; import org.slf4j.LoggerFactory; import static java.util.Objects.requireNonNull; /** * @since 3.3.0 */ @Named @Singleton public class DefaultRepositorySystemSessionFactory implements RepositorySystemSessionFactory { public static final String MAVEN_RESOLVER_TRANSPORT_DEFAULT = "default"; public static final String MAVEN_RESOLVER_TRANSPORT_WAGON = "wagon";Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Jul 17 05:56:35 GMT 2025 - 25.8K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactoryTest.java
@Inject protected VersionScheme versionScheme; @Test void isNoSnapshotUpdatesTest() throws InvalidRepositoryException { DefaultRepositorySystemSessionFactory systemSessionFactory = new DefaultRepositorySystemSessionFactory( aetherRepositorySystem, eventSpyDispatcher, information, defaultTypeRegistry, versionScheme,Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 10 08:42:00 GMT 2025 - 19.1K bytes - Click Count (0)