Class ValidateMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="reify-validate",
      requiresProject=false)
public class ValidateMojo
extends ImportMojo
A utility class to run the ImportMojo's validation step independently of the import process.

Invocation will require values for smartclientRuntimeDir, dataSourcesDir, and optionally mockDataSourcesDir parameters.

See Also:
ImportMojo
  • Constructor Details

  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Description copied from class: ImportMojo
      After ensuring there are no local modifications (unless otherwise configured), downloads and installs Reify project contents to the local project environment.
      Specified by:
      execute in interface org.apache.maven.plugin.Mojo
      Overrides:
      execute in class ImportMojo
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException