public interface Plugin
extends org.apache.maven.plugin.Mojo
isVerbose() flag and the maven project getProject().| Modifier and Type | Interface and Description |
|---|---|
static class |
Plugin.InitState
An enumeration to qualify the init result of a plugin
|
static class |
Plugin.Packaging
An enumeration to qualify a maven module packaging
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.maven.project.MavenProject |
getProject() |
boolean |
isVerbose() |
void |
setProject(org.apache.maven.project.MavenProject project) |
void |
setVerbose(boolean verbose) |
Copyright © 2009-2012 CodeLutin. All Rights Reserved.