Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setProjectProperties (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/profile/DefaultProfileActivationContext.java

            return this;
        }
    
        @Override
        public Map<String, String> getProjectProperties() {
            return projectProperties;
        }
    
        public DefaultProfileActivationContext setProjectProperties(Properties projectProperties) {
            if (projectProperties != null) {
                this.projectProperties = projectProperties.entrySet().stream()
                        .collect(collectingAndThen(
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Feb 25 08:27:34 GMT 2025
    - 7.4K bytes
    - Click Count (0)
Back to Top