Package net.technearts.remote.enforcer
Class CheckMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
net.technearts.remote.enforcer.CheckMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="check",
defaultPhase=VALIDATE)
public class CheckMojo
extends org.apache.maven.plugin.AbstractMojo
Verifica a existência de uma dependência remota.
- Author:
- psude
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Executa a verificação em todas as dependências listadas no pom.Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
CheckMojo
public CheckMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionExceptionExecuta a verificação em todas as dependências listadas no pom.- Throws:
org.apache.maven.plugin.MojoExecutionException
-