Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for user_home_2 (0.11 sec)

  1. maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

        public static final String MULTIMODULE_PROJECT_DIRECTORY = "maven.multiModuleProjectDirectory";
    
        public static final String USER_HOME = System.getProperty("user.home");
    
        public static final File USER_MAVEN_CONFIGURATION_HOME = new File(USER_HOME, ".m2");
    
        public static final File DEFAULT_USER_TOOLCHAINS_FILE = new File(USER_MAVEN_CONFIGURATION_HOME, "toolchains.xml");
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/build_environment.adoc

    `<<directory_layout.adoc#dir:gradle_user_home,GRADLE_USER_HOME>>`::
    Specifies the `GRADLE_USER_HOME` directory for Gradle to store its global configuration properties, initialization scripts, caches, log files and more.
    +
    Defaults to `USER_HOME/.gradle` if not set.
    
    `JAVA_HOME`::
    Specifies the JDK installation directory to use for the client VM.
    +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 20.1K bytes
    - Viewed (0)
Back to top