@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.AbstractMavenLifecycleParticipant
org.apache.maven.MavenExecutionException
public void deploy(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.deployment.DeployRequest deployRequest) throws org.eclipse.aether.deployment.DeploymentException
org.eclipse.aether.deployment.DeploymentException
public void deployAtEnd(org.eclipse.aether.deployment.DeployRequest deployRequest)
Copyright © 2020. All rights reserved.