@Mojo(name="template-processor",
defaultPhase=GENERATE_SOURCES,
threadSafe=true,
requiresProject=true)
public class TemplateProcessorMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
java.lang.String |
attachSources |
boolean |
incremental |
java.io.File |
outputDir |
java.io.File |
templatesDir |
boolean |
verbose |
Constructor and Description |
---|
TemplateProcessorMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
@Parameter(defaultValue="false") public boolean verbose
@Parameter(property="template.processor.incremental", defaultValue="true") public boolean incremental
@Parameter(required=true) public java.lang.String attachSources
@Parameter(required=true) public java.io.File templatesDir
@Parameter(required=true) public java.io.File outputDir
Copyright © 2020 Carrot Search s.c.. All rights reserved.