- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for toRepos (0.03 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
compat/maven-compat/src/main/java/org/apache/maven/artifact/deployer/DefaultArtifactDeployer.java
// eaten, handled by repo system } else { request.addMetadata(new MetadataBridge(metadata)); } } RemoteRepository remoteRepo = RepositoryUtils.toRepo(deploymentRepository); /* * NOTE: This provides backward-compat with maven-deploy-plugin:2.4 which bypasses the repository factory when * using an alternative deployment location. */Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 6.4K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultSession.java
repositorySystem, remoteRepositories, remoteRepositories == null ? map(session.getRequest().getRemoteRepositories(), RepositoryUtils::toRepo) : null, lookup); this.mavenSession = session; this.mavenRepositorySystem = mavenRepositorySystem; this.runtimeInformation = runtimeInformation; }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 8.9K bytes - Click Count (0)