- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for setChildScmUrlInheritAppendPath (0.41 sec)
-
compat/maven-model/pom.xml
<exclude>org.apache.maven.model.Scm#setChildScmDeveloperConnectionInheritAppendPath(boolean):METHOD_REMOVED</exclude> <exclude>org.apache.maven.model.Scm#setChildScmUrlInheritAppendPath(boolean):METHOD_REMOVED</exclude> <exclude>org.apache.maven.model.Site#setChildSiteUrlInheritAppendPath(boolean):METHOD_REMOVED</exclude>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 7.1K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
// ChildScmUrlInheritAppendPath org = scm.getChildScmUrlInheritAppendPath(); val = interpolate(org); if (org != val) { scm.setChildScmUrlInheritAppendPath(val); } } } private void visit(IssueManagement issueManagement) { if (issueManagement != null) { String org, val;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.getChildScmUrlInheritAppendPath(); if (src != null) { if (sourceDominant || target.getChildScmUrlInheritAppendPath() == null) { target.setChildScmUrlInheritAppendPath(src); target.setLocation( "child.scm.url.inherit.append.path", source.getLocation("child.scm.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)