@Mojo(name="translate",
requiresProject=false,
aggregator=true)
public class TranslatorMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected List<org.apache.maven.project.MavenProject> |
reactorProjects |
| Constructor and Description |
|---|
TranslatorMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
translate(File input,
File output) |
void |
translate(URL input,
URL output) |
@Parameter(readonly=true,
required=true,
defaultValue="${reactorProjects}")
protected List<org.apache.maven.project.MavenProject> reactorProjects
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic void translate(File input, File output) throws IOException
IOExceptionpublic void translate(URL input, URL output) throws IOException
IOExceptionCopyright © 2016. All rights reserved.