- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for setInherited (0.07 seconds)
-
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) -
api/maven-api-model/src/main/mdo/maven.mdo
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 03:07:35 GMT 2025 - 133.3K bytes - Click Count (0) -
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
ConfigurationContainer source, boolean sourceDominant, Map<Object, Object> context) { String src = source.getInherited(); if (src != null) { if (sourceDominant || target.getInherited() == null) { target.setInherited(src); target.setLocation("inherited", source.getLocation("inherited")); } } }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Apr 03 11:21:39 GMT 2025 - 99.2K bytes - Click Count (0) -
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)