Package com.vaadin.uitest.maven
Class BaseMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.vaadin.uitest.maven.BaseMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
GenerateMojo,ParseMojo
public abstract class BaseMojo
extends org.apache.maven.plugin.AbstractMojo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integerprotected org.apache.maven.plugin.descriptor.PluginDescriptororg.apache.maven.project.MavenProjectprotected Fileprotected FileFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.plugin.Mojo
execute
-
Field Details
-
sourceDir
@Parameter(defaultValue="${project.build.sourceDirectory}", property="sourceDir", required=true) protected File sourceDir -
targetDir
@Parameter(defaultValue="${project.build.directory}", property="targetDir", required=true) protected File targetDir -
parallel
-
plugin
@Parameter(defaultValue="${plugin}", readonly=true) protected org.apache.maven.plugin.descriptor.PluginDescriptor plugin -
project
@Parameter(defaultValue="${project}", readonly=true) public org.apache.maven.project.MavenProject project
-
-
Constructor Details
-
BaseMojo
public BaseMojo()
-
-
Method Details
-
prepareClassPath
protected void prepareClassPath() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-