Package io.sentry
Class SentryInstallerLifecycleParticipant
java.lang.Object
org.apache.maven.AbstractMavenLifecycleParticipant
io.sentry.SentryInstallerLifecycleParticipant
@Named("sentry-installer")
@Singleton
public class SentryInstallerLifecycleParticipant
extends org.apache.maven.AbstractMavenLifecycleParticipant
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterProjectsRead(@NotNull org.apache.maven.execution.MavenSession session) voidafterSessionEnd(@Nullable org.apache.maven.execution.MavenSession session) static booleanisModuleAvailable(@NotNull List<org.eclipse.aether.artifact.Artifact> resolvedArtifacts, @NotNull String artifactId) Methods inherited from class org.apache.maven.AbstractMavenLifecycleParticipant
afterSessionStart
-
Constructor Details
-
SentryInstallerLifecycleParticipant
public SentryInstallerLifecycleParticipant()
-
-
Method Details
-
afterProjectsRead
public void afterProjectsRead(@NotNull @NotNull org.apache.maven.execution.MavenSession session) throws org.apache.maven.MavenExecutionException - Overrides:
afterProjectsReadin classorg.apache.maven.AbstractMavenLifecycleParticipant- Throws:
org.apache.maven.MavenExecutionException
-
isModuleAvailable
-
afterSessionEnd
public void afterSessionEnd(@Nullable @Nullable org.apache.maven.execution.MavenSession session) throws org.apache.maven.MavenExecutionException - Overrides:
afterSessionEndin classorg.apache.maven.AbstractMavenLifecycleParticipant- Throws:
org.apache.maven.MavenExecutionException
-