@Mojo(name="const-generate",
defaultPhase=PROCESS_CLASSES,
requiresDependencyResolution=COMPILE_PLUS_RUNTIME,
inheritByDefault=false)
public class ConstGeneratorMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected String |
artifactInclude |
protected String |
classLoader |
protected boolean |
debug |
protected boolean |
force |
protected String |
ignore |
protected String |
outputDirectory |
protected String |
prefix |
protected org.apache.maven.project.MavenProject |
project |
protected String |
template |
| Constructor and Description |
|---|
ConstGeneratorMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Parameter(defaultValue="${project}")
protected org.apache.maven.project.MavenProject project
@Parameter protected String outputDirectory
@Parameter(defaultValue="project") protected String classLoader
@Parameter(defaultValue=".*") protected String artifactInclude
@Parameter protected boolean debug
@Parameter protected boolean force
@Parameter protected String prefix
@Parameter protected String ignore
@Parameter protected String template
Copyright © 2019. All rights reserved.