@Mojo(name="greet")
public class GreetMojo
extends org.apache.maven.plugin.AbstractMojo
Configure the greeting using either configuration/greeting
or the property ju.greeting
| Constructor and Description |
|---|
GreetMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
String |
getGreeting() |
org.apache.maven.project.MavenProject |
getProject() |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic String getGreeting()
public org.apache.maven.project.MavenProject getProject()
Copyright © 2015. All rights reserved.