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

    Fields
    Modifier and Type
    Field
    Description
    protected Integer
     
    protected org.apache.maven.plugin.descriptor.PluginDescriptor
     
    org.apache.maven.project.MavenProject
     
    protected File
     
    protected File
     

    Fields inherited from interface org.apache.maven.plugin.Mojo

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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

      @Parameter(defaultValue="3", property="parallel") protected Integer 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