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(org.apache.maven.execution.MavenSession session) static booleanisModuleAvailable(List<org.eclipse.aether.artifact.Artifact> resolvedArtifacts, String artifactId) Methods inherited from class org.apache.maven.AbstractMavenLifecycleParticipant
afterSessionEnd, afterSessionStart
-
Constructor Details
-
SentryInstallerLifecycleParticipant
public SentryInstallerLifecycleParticipant()
-
-
Method Details
-
afterProjectsRead
public void afterProjectsRead(org.apache.maven.execution.MavenSession session) throws org.apache.maven.MavenExecutionException - Overrides:
afterProjectsReadin classorg.apache.maven.AbstractMavenLifecycleParticipant- Throws:
org.apache.maven.MavenExecutionException
-
isModuleAvailable
-