@Mojo(name="provision",
requiresDependencyResolution=COMPILE_PLUS_RUNTIME,
defaultPhase=PROCESS_TEST_RESOURCES)
public class ProvisionStateMojo
extends org.apache.maven.plugin.AbstractMojo
In other words, the configuration provided for this goal fully describes the state of the final installation.
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.project.MavenProject |
project |
protected org.eclipse.aether.RepositorySystemSession |
repoSession |
protected org.eclipse.aether.RepositorySystem |
repoSystem |
protected org.apache.maven.execution.MavenSession |
session |
| Constructor and Description |
|---|
ProvisionStateMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Component protected org.eclipse.aether.RepositorySystem repoSystem
@Parameter(defaultValue="${repositorySystemSession}",
readonly=true)
protected org.eclipse.aether.RepositorySystemSession repoSession
@Parameter(defaultValue="${project}",
readonly=true,
required=true)
protected org.apache.maven.project.MavenProject project
@Parameter(defaultValue="${session}",
readonly=true,
required=true)
protected org.apache.maven.execution.MavenSession session
Copyright © 2016–2019 JBoss by Red Hat. All rights reserved.