Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setActiveProfiles (0.06 seconds)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java

                for (Profile activePomProfile : activePomProfiles) {
                    rawProfiles.add(rawModel.getProfiles().get(interpolatedProfiles.indexOf(activePomProfile)));
                }
                currentData.setActiveProfiles(rawProfiles);
    
                // profile injection
                for (Profile activeProfile : activePomProfiles) {
                    profileInjector.injectProfile(tmpModel, activeProfile, request, problems);
                }
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sun Mar 30 23:08:08 GMT 2025
    - 55.3K bytes
    - Click Count (0)
Back to Top