Class TestClojureCompilerMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.theoryinpractise.clojure.AbstractClojureCompilerMojo
com.theoryinpractise.clojure.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 Details

    • 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 Boolean temporaryTestOutputDirectory
      Should the test-compile phase create a temporary output directory for .class files?
  • Constructor Details

    • TestClojureCompilerMojo

      public TestClojureCompilerMojo()
  • Method Details

    • execute

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