- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getChildText (0.2 sec)
-
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);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 37K bytes - Viewed (0)