Class AnalyzeClassesMojo

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

    @Mojo(name="analyze-classes",
          defaultPhase=PROCESS_CLASSES,
          requiresDependencyResolution=COMPILE,
          threadSafe=true)
    public class AnalyzeClassesMojo
    extends org.apache.maven.plugin.AbstractMojo
    Analyzes the generated class files and generates a usage report. This report can be used by the generate-metadata goal to generate a manifest header out of it.
    • Constructor Detail

      • AnalyzeClassesMojo

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