Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getActivePomProfilesByModel (0.08 sec)

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

                // Track profile sources correctly by using the per-model profile tracking
                Map<String, List<org.apache.maven.api.model.Profile>> profilesByModel =
                        result.getActivePomProfilesByModel();
    
                if (profilesByModel.isEmpty()) {
                    // Fallback to old behavior if map is empty
                    // This happens when no profiles are active or there's an issue with profile tracking
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Nov 18 17:20:31 UTC 2025
    - 51.8K bytes
    - Viewed (0)
Back to top