Class EclipselinkModelGenMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- com.ethlo.persistence.tools.eclipselink.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 Summary
Fields Modifier and Type Field Description static String[]ALL_JAVA_FILES_FILTERstatic StringJAVA_FILE_FILTERstatic StringPLUGIN_PREFIXprotected org.apache.maven.project.MavenProjectproject
-
Constructor Summary
Constructors Constructor Description EclipselinkModelGenMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-
-
-
Field Detail
-
PLUGIN_PREFIX
public static final String PLUGIN_PREFIX
- See Also:
- Constant Field Values
-
JAVA_FILE_FILTER
public static final String JAVA_FILE_FILTER
- See Also:
- Constant Field Values
-
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
-
-