- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for afterSessionStart (0.06 sec)
-
impl/maven-core/src/main/java/org/apache/maven/AbstractMavenLifecycleParticipant.java
* * @param session the Maven session * @throws MavenExecutionException in case of issue */ // TODO This is too early for build extensions, so maybe just remove it? public void afterSessionStart(MavenSession session) throws MavenExecutionException { // do nothing } /** * Invoked after all projects were built. *Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.9K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/MavenLifecycleParticipantTest.java
} catch (IOException e) { throw new RuntimeException(e); } project.getModel().addDependency(dependency); } @Override public void afterSessionStart(MavenSession session) { session.getUserProperties().setProperty("injected", "bar"); } } public static class InjectReactorDependency extends AbstractMavenLifecycleParticipant {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6K bytes - Viewed (0)