Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getActiveExternalProfiles (0.09 seconds)

  1. impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

                        Stream.concat(result.getActivePomProfiles().stream(), result.getActiveExternalProfiles().stream())
                                .map(org.apache.maven.model.Profile::new)
                                .toList());
    
                project.setInjectedProfileIds("external", getProfileIds(result.getActiveExternalProfiles()));
    
                // Track profile sources correctly by using the per-model profile tracking
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Nov 18 17:20:31 GMT 2025
    - 51.8K bytes
    - Click Count (0)
Back to Top