Class GenerateMessagesMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    public final class GenerateMessagesMojo
    extends org.apache.maven.plugin.AbstractMojo
    Goal which generates message source files from a one or more property files.
    • Constructor Detail

      • GenerateMessagesMojo

        public GenerateMessagesMojo()
    • 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.