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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CheckMojo

      public CheckMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Executa a verificação em todas as dependências listadas no pom.
      Throws:
      org.apache.maven.plugin.MojoExecutionException