Package com.vaadin.uitest.maven
Class GenerateMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.vaadin.uitest.maven.BaseMojo
com.vaadin.uitest.maven.GenerateMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate",
defaultPhase=PROCESS_SOURCES,
requiresDependencyResolution=TEST)
public class GenerateMojo
extends BaseMojo
-
Field Summary
FieldsFields inherited from class com.vaadin.uitest.maven.BaseMojo
parallel, plugin, project, sourceDir, targetDirFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.uitest.maven.BaseMojo
prepareClassPathMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
testsDir
@Parameter(defaultValue="${project.build.testSourceDirectory}", property="testsDir", required=true) public File testsDir -
framework
-
-
Constructor Details
-
GenerateMojo
public GenerateMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-