Class ValidateClassPathMojo

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

    @Mojo(name="validate-classpath",
          defaultPhase=VALIDATE,
          requiresDependencyResolution=COMPILE,
          threadSafe=true)
    public class ValidateClassPathMojo
    extends org.apache.maven.plugin.AbstractMojo
    This mojo could be added to a build if validation of the classpath is desired before the compile-phase.
    • Constructor Detail

      • ValidateClassPathMojo

        public ValidateClassPathMojo()
    • 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