Class CheckMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="check",
          requiresProject=true,
          threadSafe=true,
          defaultPhase=VALIDATE,
          requiresDependencyResolution=COMPILE_PLUS_RUNTIME)
    @Execute(phase=PROCESS_CLASSES)
    public class CheckMojo
    extends AbstractExecutableMojo
    Defines the check goal. This goal runs the check Seed tool which verifies mapping between classes and configuration of the application.
    • Constructor Detail

      • CheckMojo

        public CheckMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException
      • getContext

        public Context getContext()