Class AnalyzeClassesMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.jackrabbit.filevault.maven.packaging.mojo.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 thegenerate-metadata
goal to generate a manifest header out of it.
-
-
Constructor Summary
Constructors Constructor Description AnalyzeClassesMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-