@Mojo(name="validate")
@Execute(goal="validate")
public class StructureMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected File |
basedir |
static String |
CLOSED_HEADER_MODEL |
static String |
CLOSED_LICENSE_MODEL |
static String |
OPEN_HEADER_MODEL |
static String |
OPEN_LICENSE_MODEL |
protected org.apache.maven.project.MavenProject |
project |
static String |
REPORT_DIR |
static String |
REPORT_FILE |
protected org.apache.maven.settings.Settings |
settings |
protected File |
target |
| Constructor and Description |
|---|
StructureMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
public static final String CLOSED_HEADER_MODEL
public static final String OPEN_HEADER_MODEL
public static final String CLOSED_LICENSE_MODEL
public static final String OPEN_LICENSE_MODEL
public static final String REPORT_DIR
public static final String REPORT_FILE
@Parameter(defaultValue="${project.basedir}",
readonly=true)
protected File basedir
@Parameter(defaultValue="${project.build.directory}",
readonly=true)
protected File target
@Parameter(defaultValue="${settings}",
readonly=true)
protected org.apache.maven.settings.Settings settings
@Parameter(defaultValue="${project}",
readonly=true)
protected org.apache.maven.project.MavenProject project
Copyright © 2014. All rights reserved.