@Named
@Singleton
public class DeployParticipant
extends org.apache.maven.AbstractMavenLifecycleParticipant
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.aether.RepositorySystem |
repoSystem |
| Constructor and Description |
|---|
DeployParticipant(org.eclipse.aether.RepositorySystem repoSystem) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterSessionEnd(org.apache.maven.execution.MavenSession session) |
void |
deploy(org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.deployment.DeployRequest deployRequest) |
void |
deployAtEnd(org.eclipse.aether.deployment.DeployRequest deployRequest) |
@Inject public DeployParticipant(org.eclipse.aether.RepositorySystem repoSystem)
public void afterSessionEnd(org.apache.maven.execution.MavenSession session)
throws org.apache.maven.MavenExecutionException
afterSessionEnd in class org.apache.maven.AbstractMavenLifecycleParticipantorg.apache.maven.MavenExecutionExceptionpublic void deploy(org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.deployment.DeployRequest deployRequest)
throws org.eclipse.aether.deployment.DeploymentException
org.eclipse.aether.deployment.DeploymentExceptionpublic void deployAtEnd(org.eclipse.aether.deployment.DeployRequest deployRequest)
Copyright © 2017. All rights reserved.