Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PropertiesFile (0.08 sec)

  1. .teamcity/.mvn/wrapper/maven-wrapper.jar

    ZIP_STORE_BASE_PROPERTY = zipStoreBase; public static final String DISTRIBUTION_PATH_PROPERTY = distributionPath; public static final String ZIP_STORE_PATH_PROPERTY = zipStorePath; private final java.util.Properties properties; private final java.io.File propertiesFile; private final Appendable warningOutput; private final WrapperConfiguration config; public static WrapperExecutor forProjectDirectory(java.io.File, Appendable); public static WrapperExecutor forWrapperProperties(java.io.File, Appendable); void...
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Feb 26 01:48:39 UTC 2020
    - 49.5K bytes
    - Viewed (0)
  2. compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

            } else {
                mavenConf = fileSystem.getPath("");
            }
            Path propertiesFile = mavenConf.resolve("maven.properties");
            MavenPropertiesLoader.loadProperties(userProperties, propertiesFile, callback, false);
    
            // ----------------------------------------------------------------------
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 76.8K bytes
    - Viewed (0)
Back to top