Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getUserProperties (0.09 sec)

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

            cliRequest.showErrors = cliRequest.verbose || commandLine.hasOption(CLIManager.ERRORS);
    
            // LOG COLOR
            String styleColor = cliRequest.getUserProperties().getProperty("style.color", "auto");
            styleColor = cliRequest.getUserProperties().getProperty(Constants.MAVEN_STYLE_COLOR_PROPERTY, styleColor);
            styleColor = commandLine.getOptionValue(COLOR, styleColor);
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 76.8K bytes
    - Viewed (0)
  2. compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java

                for (Profile profile : activeExternalProfiles) {
                    profileProps.putAll(profile.getProperties());
                }
                profileProps.putAll(profileActivationContext.getUserProperties());
                profileActivationContext.setUserProperties(profileProps);
            }
    
            profileActivationContext.setProjectProperties(inputModel.getDelegate().getProperties());
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 83.6K bytes
    - Viewed (0)
Back to top