Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for localRepositoryPath (0.11 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/execution/DefaultMavenExecutionRequestPopulator.java

                throws MavenExecutionRequestPopulationException {
            String localRepositoryPath = null;
    
            if (request.getLocalRepositoryPath() != null) {
                localRepositoryPath = request.getLocalRepositoryPath().getAbsolutePath();
            }
    
            if (localRepositoryPath == null || localRepositoryPath.isEmpty()) {
                String path = request.getUserProperties().getProperty(Constants.MAVEN_USER_CONF);
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  2. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/resident/DefaultResidentMavenInvoker.java

                shadow.lookup = lookup;
                shadow.settingsBuilder = settingsBuilder;
    
                shadow.interactive = interactive;
                shadow.localRepositoryPath = localRepositoryPath;
                shadow.installationSettingsPath = installationSettingsPath;
                shadow.projectSettingsPath = projectSettingsPath;
                shadow.userSettingsPath = userSettingsPath;
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 5.3K bytes
    - Viewed (0)
Back to top