- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for setActiveExternalProfiles (0.66 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuildingResult.java
return this; } @Override public List<Profile> getActiveExternalProfiles() { return activeExternalProfiles; } public DefaultModelBuildingResult setActiveExternalProfiles(List<Profile> activeProfiles) { if (activeProfiles != null) { this.activeExternalProfiles = new ArrayList<>(activeProfiles); } else { this.activeExternalProfiles.clear();Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 4.2K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
List<Profile> activeExternalProfiles = profileSelector.getActiveProfiles(request.getProfiles(), profileActivationContext, problems); result.setActiveExternalProfiles(activeExternalProfiles); if (!activeExternalProfiles.isEmpty()) { Properties profileProps = new Properties(); for (Profile profile : activeExternalProfiles) {
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)