Class DocsMojo

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

@Mojo(name="docs", defaultPhase=PROCESS_SOURCES, requiresDependencyResolution=COMPILE_PLUS_RUNTIME, threadSafe=true) public class DocsMojo extends DocsBaseMojo
Generates the Enunciate documentation, including any client-side libraries.
Author:
Ryan Heaton
  • Constructor Details

    • DocsMojo

      public DocsMojo()