Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getActivePomProfilesByModel (0.21 seconds)

  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
    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