Class ClojureRunTestMojo

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

@Mojo(name="test", defaultPhase=TEST, requiresDependencyResolution=TEST) public class ClojureRunTestMojo extends ClojureRunTestWithJUnitMojo
  • Field Details

    • junitOutput

      @Parameter(defaultValue="false", property="clojure.junitOutput") private boolean junitOutput
      Whether to produce junit output or not
  • Constructor Details

    • ClojureRunTestMojo

      public ClojureRunTestMojo()
  • Method Details