Package org.verifyica.maven.plugin
Class VerifyicaMavenPlugin
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.verifyica.maven.plugin.VerifyicaMavenPlugin
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="test",
threadSafe=true,
requiresDependencyResolution=TEST)
public class VerifyicaMavenPlugin
extends org.apache.maven.plugin.AbstractMojo
Class to implement VerifyicaMavenPlugin
-
Field Summary
FieldsFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Method to execute the pluginMethod to get the versionMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
VERSION
Constant
-
-
Constructor Details
-
VerifyicaMavenPlugin
public VerifyicaMavenPlugin()Constructor
-
-
Method Details
-
getVersion
Method to get the version- Returns:
- the version
-
execute
public void execute() throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionExceptionMethod to execute the plugin- Throws:
org.apache.maven.plugin.MojoFailureException- MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionException
-