- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getChildText (0.06 seconds)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/PluginUpgradeStrategy.java
Document doc = entry.getValue(); Element root = doc.root(); // Extract GAV from this POM String groupId = getChildText(root, GROUP_ID); String artifactId = getChildText(root, ARTIFACT_ID); String version = getChildText(root, VERSION); // Handle inheritance from parent Element parentElement = root.child(PARENT).orElse(null);
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 37K bytes - Click Count (0)