Package org.forgerock.i18n.maven
Class GenerateMessagesMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.forgerock.i18n.maven.GenerateMessagesMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
public final class GenerateMessagesMojo extends org.apache.maven.plugin.AbstractMojoGoal which generates message source files from a one or more property files.
-
-
Constructor Summary
Constructors Constructor Description GenerateMessagesMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()protected org.apache.maven.project.MavenProjectgetMavenProject()Returns the Maven project associated with this Mojo.
-
-
-
Method Detail
-
execute
public final void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
getMavenProject
protected org.apache.maven.project.MavenProject getMavenProject()
Returns the Maven project associated with this Mojo.- Returns:
- The Maven project associated with this Mojo.
-
-