- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Trimming (0.03 sec)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/AbstractUpgradeGoal.java
* <li><strong>Root Attribute</strong>: Adds {@code root="true"} attribute to root project</li> * <li><strong>Parent Element Trimming</strong>: * <ul> * <li>Removes parent {@code <groupId>} when child has no explicit groupId</li> * <li>Removes parent {@code <version>} when child has no explicit version</li>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 12.5K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/InferenceStrategy.java
Element parentElement = root.child(PARENT).orElse(null); if (parentElement == null) { return false; } // Apply full inference (parent element trimming based on relativePath) return trimParentElementFull(context, root, parentElement, pomMap); } /** * Applies dependency-related inference optimizations.
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 27.6K bytes - Viewed (0)