Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for withLocalRepositoryBaseDirectories (0.09 sec)

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

            // create session with any local repo, is redefined anyway below
            RepositorySystemSession rss = new MavenSessionBuilderSupplier(repositorySystem, true)
                    .get()
                    .withLocalRepositoryBaseDirectories(new File("target/test-classes/apiv4-repo").toPath())
                    .build();
            DefaultMavenExecutionRequest mer = new DefaultMavenExecutionRequest();
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Sep 17 10:01:14 UTC 2025
    - 10.2K bytes
    - Viewed (0)
  2. impl/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java

                        .filter(p -> p != null && !p.trim().isEmpty())
                        .map(this::resolve)
                        .forEach(paths::add);
            }
            sessionBuilder.withLocalRepositoryBaseDirectories(paths);
            // Pass over property supported by Maven 3.9.x
            if (mergedProps.containsKey(Constants.MAVEN_REPO_LOCAL_TAIL_IGNORE_AVAILABILITY)) {
                configProps.put(
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Jul 17 05:56:35 UTC 2025
    - 25.8K bytes
    - Viewed (0)
Back to top