Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for setInherited (0.1 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. compat/maven-model/pom.xml

                  <exclude>org.apache.maven.model.ConfigurationContainer#isInheritanceApplied():METHOD_REMOVED</exclude>
                  <exclude>org.apache.maven.model.ConfigurationContainer#setInherited(boolean):METHOD_REMOVED</exclude>
                  <exclude>org.apache.maven.model.Contributor#addProperty(java.lang.String,java.lang.String):METHOD_REMOVED</exclude>
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Sep 17 10:01:14 GMT 2025
    - 7.1K bytes
    - Click Count (0)
  2. compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java

                                EMPTY,
                                problems,
                                errOn30,
                                Version.V20,
                                p.getInherited(),
                                p.getKey(),
                                p);
    
                        validateBoolean(
                                "build.plugins.plugin.extensions",
                                EMPTY,
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Sep 03 15:06:05 GMT 2025
    - 66.8K bytes
    - Click Count (0)
Back to Top