- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ExceptionSummary (0.05 sec)
-
impl/maven-core/src/main/java/org/apache/maven/exception/DefaultExceptionHandler.java
} return new ExceptionSummary(exception, message, reference, children); } private ExceptionSummary handle(ProjectBuildingResult result) { List<ExceptionSummary> children = new ArrayList<>(); for (ModelProblem problem : result.getProblems()) { ExceptionSummary child = handle(problem, result.getProjectId()); if (child != null) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Apr 05 11:52:05 UTC 2025 - 10.9K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/MavenInvoker.java
import org.apache.maven.cling.transfer.Slf4jMavenTransferListener; import org.apache.maven.exception.DefaultExceptionHandler; import org.apache.maven.exception.ExceptionHandler; import org.apache.maven.exception.ExceptionSummary; import org.apache.maven.execution.DefaultMavenExecutionRequest; import org.apache.maven.execution.ExecutionListener; import org.apache.maven.execution.MavenExecutionRequest;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Sep 11 17:20:46 UTC 2025 - 28.2K bytes - Viewed (0)