Class TestClojureCompilerMojo

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

    @Mojo(name="testCompile",
          defaultPhase=TEST_COMPILE,
          requiresDependencyResolution=TEST)
    public class TestClojureCompilerMojo
    extends AbstractClojureCompilerMojo
    • Field Detail

      • skip

        @Parameter(required=true,
                   property="maven.test.skip",
                   defaultValue="false")
        private boolean skip
        Flag to allow test compiliation to be skipped.
      • temporaryTestOutputDirectory

        @Parameter(required=true,
                   defaultValue="false")
        protected java.lang.Boolean temporaryTestOutputDirectory
        Should the test-compile phase create a temporary output directory for .class files?
    • Constructor Detail

      • TestClojureCompilerMojo

        public TestClojureCompilerMojo()
    • Method Detail

      • execute

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