Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HOME (1.07 sec)

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

            }
    
            if (localRepositoryPath == null || localRepositoryPath.isEmpty()) {
                localRepositoryPath = new File(System.getProperty("user.home"), ".m2/repository").getAbsolutePath();
            }
    
            try {
                return repositorySystem.createLocalRepository(new File(localRepositoryPath));
            } catch (Exception e) {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Jun 19 15:04:04 GMT 2023
    - 8.1K bytes
    - Viewed (0)
Back to top