Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for withPackaging (0.08 seconds)

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

            if (SourceQueries.usesModuleSourceHierarchy(projectSources)) {
                // Dependencies are dispatched by maven-jar-plugin in the POM generated for each module.
                model = model.withDependencies(null).withPackaging(POM_PACKAGING);
            }
            if (!preserveModelVersion) {
                /*
                 * If the <build> contains <source> elements, it is not compatible with the Maven 4.0.0 model.
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Wed Mar 04 19:49:40 GMT 2026
    - 22.3K bytes
    - Click Count (0)
Back to Top