- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for setChildProjectUrlInheritAppendPath (0.1 sec)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
if (orgChildProjectUrlInheritAppendPath != intChildProjectUrlInheritAppendPath) { model.setChildProjectUrlInheritAppendPath(intChildProjectUrlInheritAppendPath); } // InceptionYear String orgInceptionYear = model.getInceptionYear();
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:27:34 UTC 2025 - 43.1K bytes - Viewed (0) -
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
String src = source.getChildProjectUrlInheritAppendPath(); if (src != null) { if (sourceDominant || target.getChildProjectUrlInheritAppendPath() == null) { target.setChildProjectUrlInheritAppendPath(src); target.setLocation( "child.project.url.inherit.append.path", source.getLocation("child.project.url.inherit.append.path")); }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Apr 03 11:21:39 UTC 2025 - 99.2K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
return getId(); } public boolean isChildProjectUrlInheritAppendPath() { return getDelegate().isChildProjectUrlInheritAppendPath(); } public void setChildProjectUrlInheritAppendPath(boolean childProjectUrlInheritAppendPath) { delegate = getDelegate().withChildProjectUrlInheritAppendPath(String.valueOf(childProjectUrlInheritAppendPath)); } ]]> </code>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 03:07:35 UTC 2025 - 133.3K bytes - Viewed (0)