- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for containsSrcOrTarget (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
compat/maven-model/src/test/java/org/apache/maven/model/pom/PomMemoryAnalyzer.java
// Find all pom.xml files, excluding those under src/ or target/ Files.walk(rootDir) .filter(path -> path.getFileName().toString().equals("pom.xml")) .filter(path -> !containsSrcOrTarget(path)) .forEach(pomPath -> { try { Model model = reader.read(Files.newInputStream(pomPath)); analyzer.analyzePom(model);Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Mar 21 04:56:21 GMT 2025 - 13.4K bytes - Click Count (0)