@Mojo(name="update-pom",
aggregator=true,
requiresDirectInvocation=true)
public class UpdatePomMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected org.apache.maven.execution.MavenSession |
session |
Constructor and Description |
---|
UpdatePomMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
protected <T> T |
lookup(Class<T> clazz) |
protected ProjectMetadataReader |
newProjectMetadataReader() |
@Parameter(property="session", readonly=true) protected org.apache.maven.execution.MavenSession session
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
protected <T> T lookup(Class<T> clazz) throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureException
protected ProjectMetadataReader newProjectMetadataReader() throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureException
Copyright © 2008–2016 Eclipse Foundation. All rights reserved.