- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 173 for Repositories (0.12 seconds)
-
compat/maven-model-builder/src/test/resources/poms/validation/raw-model/repository-with-expression.xml
<artifactId>project</artifactId> <version>1.0.0-SNAPSHOT</version> <properties> <x>just/some/path</x> </properties> <repositories> <repository> <id>repo</id> <url>file://${x}/sdk/maven/repo</url> </repository> </repositories>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.5K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/validation/reserved-repository-id.xml
--> <project> <modelVersion>4.0.0</modelVersion> <groupId>gid</groupId> <artifactId>aid</artifactId> <version>99.44</version> <repositories> <repository> <id>local</id> <url>http://localhost</url> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>local</id> <url>http://localhost</url> </pluginRepository> </pluginRepositories>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.4K bytes - Click Count (0) -
docs/en/docs/external-links.md
/// ## GitHub Repositories Most starred [GitHub repositories with the topic `fastapi`](https://github.com/topics/fastapi): {% for repo in topic_repos %}
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 868 bytes - Click Count (0) -
build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rerun/InternalTestRerunPluginFuncTest.groovy
def "does not rerun on failed tests"() { when: buildFile.text = """ plugins { id 'java' id 'elasticsearch.internal-test-rerun' } repositories { mavenCentral() } dependencies { testImplementation 'junit:junit:4.13.1' } tasks.named("test").configure {Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Sep 03 10:22:28 GMT 2021 - 8.9K bytes - Click Count (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultVersionResolver.java
repositories = new ArrayList<>(request.getRepositories().size()); boolean repoMan = false; for (RemoteRepository repository : request.getRepositories()) { if (repository.isRepositoryManager()) { repoMan = true; repositories.addAll(repository.getMirroredRepositories()); } else {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jan 10 08:42:00 GMT 2025 - 20.2K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactResolverResult.java
* of the specified remote repositories. * * @return {@code true} if the artifact was resolved, {@code false} otherwise. */ boolean isResolved(); /** * Indicates whether the requested artifact is not present in any of the specified repositories. *Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Feb 07 00:45:02 GMT 2025 - 4.7K bytes - Click Count (0) -
settings.gradle.kts
@file:Suppress("UnstableApiUsage") pluginManagement { includeBuild("build-logic") repositories { mavenCentral() gradlePluginPortal() google() } } rootProject.name = "okhttp-parent" dependencyResolutionManagement { repositories { mavenCentral() google() } } plugins { id("org.gradle.toolchains.foojay-resolver-convention") version("1.0.0") } include(":mockwebserver")Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Feb 05 09:17:33 GMT 2026 - 2.3K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/CompatibilityFixStrategy.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 22.2K bytes - Click Count (0) -
docs/integrations/veeam/README.md
 - Follow through the wizard as above for Veeam Backup and Replication as the steps are the same between both products - Under Backup Infrastructure -> Backup Repositories, right click and "Add Backup Repository"
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 5.5K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/transform/ArtifactTransformation.java
* transformation has occurred the original artifact is returned. * * @param artifact Artifact to be transformed. * @param request the repositories to check */ void transformForResolve(Artifact artifact, RepositoryRequest request) throws ArtifactResolutionException, ArtifactNotFoundException; /**Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 3.5K bytes - Click Count (0)