Package com.github.webdriverextensions
Class InstallDriversMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.github.webdriverextensions.InstallDriversMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="install-drivers",
defaultPhase=GENERATE_SOURCES,
requiresOnline=true)
public class InstallDriversMojo
extends org.apache.maven.plugin.AbstractMojo
Download and install WebDriver drivers.
-
Field Summary
Fields 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, setPluginContext
-
Constructor Details
-
InstallDriversMojo
public InstallDriversMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-