@Mojo(name="debug",
defaultPhase=INITIALIZE)
public class DebugMojo
extends org.apache.maven.plugin.AbstractMojo
Binds to the initialize phase by default.
| Modifier and Type | Class and Description |
|---|---|
static class |
DebugMojo.PrintPropertiesConfig |
| Constructor and Description |
|---|
DebugMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
boolean |
isPrintMavenProperties() |
boolean |
isPrintSystemProperties() |
boolean |
isSortProperties() |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic boolean isPrintMavenProperties()
public boolean isPrintSystemProperties()
public boolean isSortProperties()
Copyright © 2014. All rights reserved.