@Mojo(name="generate-taglib-interface",
defaultPhase=GENERATE_RESOURCES)
public class TagLibInterfaceGeneratorMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected String |
encoding
The encoding to use for generated files.
|
protected File |
outputDirectory
The directory for the generated WAR.
|
protected org.apache.maven.project.MavenProject |
project
The maven project.
|
| Constructor and Description |
|---|
TagLibInterfaceGeneratorMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Component protected org.apache.maven.project.MavenProject project
@Parameter(defaultValue="${project.basedir}/target/generated-sources/taglib-interface")
protected File outputDirectory
@Parameter(property="project.build.sourceEncoding") protected String encoding
Copyright © 2004-2016. All Rights Reserved.