- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for discoverPoms (0.05 sec)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/PomDiscovery.java
* @throws IOException if there's an error reading files * @throws DomTripException if there's an error parsing XML */ public static Map<Path, Document> discoverPoms(Path startDirectory) throws IOException, DomTripException { Map<Path, Document> pomMap = new HashMap<>(); // Find and load the root POM Path rootPomPath = startDirectory.resolve(POM_XML);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 4.8K bytes - Viewed (0)