- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getDeveloperConnection (0.26 sec)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/merge/MavenModelMerger.java
String src = source.getDeveloperConnection(); if (src != null) { if (sourceDominant) { target.setDeveloperConnection(src); target.setLocation("developerConnection", source.getLocation("developerConnection")); } else if (target.getDeveloperConnection() == null) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:27:34 UTC 2025 - 21.7K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
val = interpolate(org); if (org != val) { scm.setConnection(val); } // DeveloperConnection org = scm.getDeveloperConnection(); val = interpolate(org); if (org != val) { scm.setDeveloperConnection(val); } // Tag org = scm.getTag();
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:27:34 UTC 2025 - 43.1K bytes - Viewed (0)