- Sort Score
- Num 10 results
- Language All
Results 11 - 13 of 13 for DomUtils (0.28 seconds)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/ModelVersionUtils.java
} else { // Create new modelVersion element if it doesn't exist // domtrip will automatically handle proper positioning and formatting DomUtils.insertContentElement(root, MODEL_VERSION, newVersion); } } /** * Removes the model version element from a POM editor.Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 9.5K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/AbstractUpgradeGoal.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 12.5K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/ModelUpgradeStrategy.java
context.detail("Updated modelVersion to " + targetModelVersion); } else { // Create new modelVersion element if it doesn't exist DomUtils.insertContentElement(root, MODEL_VERSION, targetModelVersion); context.detail("Added modelVersion " + targetModelVersion); } // Update namespace and schema location
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 16.6K bytes - Click Count (0)