Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for localRepositoryPath (0.06 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 Dec 28 03:35:09 UTC 2025
    - 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/LookupContext.java

        public Path installationSettingsPath;
        public Path projectSettingsPath;
        public Path userSettingsPath;
        public boolean interactive;
        public Path localRepositoryPath;
        public Settings effectiveSettings;
        public PersistedToolchains effectiveToolchains;
    
        public final List<AutoCloseable> closeables = new ArrayList<>();
    
        @Override
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Jun 11 13:14:09 UTC 2025
    - 5.7K bytes
    - Viewed (0)
Back to top