Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Mixin (0.01 sec)

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

     *       maintains the original model version (4.2.0) instead of downgrading to 4.0.0 for Maven 3 compatibility.
     *       This allows modern features like mixins to be preserved in the consumer POM.</li>
     * </ul>
     * <p>
     * <b>Mixin Handling</b>: Mixins are only supported in model version 4.2.0 or later. If a POM contains mixins:
     * <ul>
     *   <li>Setting {@code preserve.model.version=true} preserves them in the consumer POM with model version 4.2.0</li>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Nov 27 07:40:26 UTC 2025
    - 21.2K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

            <field xdoc.separator="blank">
              <name>mixins</name>
              <version>4.2.0+</version>
              <description>Mixins...</description>
              <association>
                <type>Mixin</type>
                <multiplicity>*</multiplicity>
              </association>
            </field>
    
            <!-- ====================================================================== -->
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Nov 26 03:07:35 UTC 2025
    - 133.3K bytes
    - Viewed (0)
Back to top