Package io.takari.maven.polyglot
Class TranslatorMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- io.takari.maven.polyglot.TranslatorMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="translate", requiresProject=false, aggregator=true) public class TranslatorMojo extends org.apache.maven.plugin.AbstractMojo
Polgyglot model translator Mojo.- Author:
- Jason van Zyl
-
-
Field Summary
Fields Modifier and Type Field Description protected List<org.apache.maven.project.MavenProject>
reactorProjects
-
Constructor Summary
Constructors Constructor Description TranslatorMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
-
-
Field Detail
-
reactorProjects
@Parameter(readonly=true, required=true, defaultValue="${reactorProjects}") protected List<org.apache.maven.project.MavenProject> reactorProjects
-
-