@Component(role=org.apache.maven.AbstractMavenLifecycleParticipant.class,
hint="semantic-release")
public class SemanticReleaseExtension
extends org.apache.maven.AbstractMavenLifecycleParticipant
| Constructor and Description |
|---|
SemanticReleaseExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterProjectsRead(org.apache.maven.execution.MavenSession mavenSession) |
void |
afterSessionEnd(org.apache.maven.execution.MavenSession session) |
void |
afterSessionStart(org.apache.maven.execution.MavenSession mavenSession) |
public void afterSessionStart(org.apache.maven.execution.MavenSession mavenSession)
throws org.apache.maven.MavenExecutionException
afterSessionStart in class org.apache.maven.AbstractMavenLifecycleParticipantorg.apache.maven.MavenExecutionExceptionpublic void afterSessionEnd(org.apache.maven.execution.MavenSession session)
throws org.apache.maven.MavenExecutionException
afterSessionEnd in class org.apache.maven.AbstractMavenLifecycleParticipantorg.apache.maven.MavenExecutionExceptionpublic void afterProjectsRead(org.apache.maven.execution.MavenSession mavenSession)
throws org.apache.maven.MavenExecutionException
afterProjectsRead in class org.apache.maven.AbstractMavenLifecycleParticipantorg.apache.maven.MavenExecutionExceptionCopyright © 2021. All rights reserved.