Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for buildBomWithoutFlatten (0.07 seconds)

  1. impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomBuilder.java

                // However, BOMs still need special handling to transform packaging from "bom" to "pom"
                if (isBom) {
                    return buildBomWithoutFlatten(session, project, src);
                } else {
                    return buildPom(session, project, src);
                }
            }
            // Default behavior: flatten the consumer POM
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Thu Nov 27 07:40:26 GMT 2025
    - 21.2K bytes
    - Click Count (0)
Back to Top