Class EclipselinkModelGenMojo

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

    @Mojo(requiresDependencyResolution=COMPILE,
          defaultPhase=GENERATE_SOURCES,
          name="modelgen",
          requiresProject=true)
    public class EclipselinkModelGenMojo
    extends org.apache.maven.plugin.AbstractMojo
    Author:
    Morten Haraldsen
    • Field Detail

      • ALL_JAVA_FILES_FILTER

        public static final String[] ALL_JAVA_FILES_FILTER
      • project

        @Parameter(defaultValue="${project}",
                   readonly=true,
                   required=true)
        protected org.apache.maven.project.MavenProject project
    • Constructor Detail

      • EclipselinkModelGenMojo

        public EclipselinkModelGenMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException