- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for projectLogMessage (0.07 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/logging/BuildEventListener.java
/** * An abstract build event sink. */ public interface BuildEventListener { void sessionStarted(ExecutionEvent event); void projectStarted(String projectId); void projectLogMessage(String projectId, String event); void projectFinished(String projectId); void executionFailure(String projectId, boolean halted, String exception); void mojoStarted(ExecutionEvent event);Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.5K bytes - Click Count (0)