- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for afterSessionEnd (0.05 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/AbstractMavenLifecycleParticipant.java
* code. * * @param session the Maven session * @throws MavenExecutionException in case of issue * @since 3.2.1, MNG-5389 */ public void afterSessionEnd(MavenSession session) throws MavenExecutionException { // do nothing }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.9K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/DefaultMaven.java
callListeners(session, AbstractMavenLifecycleParticipant::afterProjectsRead); } private void afterSessionEnd(MavenSession session) throws MavenExecutionException { callListeners(session, AbstractMavenLifecycleParticipant::afterSessionEnd); } @FunctionalInterface interface ListenerMethod {
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon May 05 16:58:52 GMT 2025 - 28.7K bytes - Click Count (1)