Class ClojureGenDocMojo

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

    @Mojo(name="gendoc",
          defaultPhase=PACKAGE,
          requiresDependencyResolution=TEST)
    public class ClojureGenDocMojo
    extends AbstractClojureCompilerMojo
    • Field Detail

      • generateTestDocumentation

        @Parameter(defaultValue="false")
        private boolean generateTestDocumentation
        Should we compile all namespaces or only those defined?
    • Constructor Detail

      • ClojureGenDocMojo

        public ClojureGenDocMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException