Class ClojureRunTestMojo

  • 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 Detail

      • junitOutput

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

      • ClojureRunTestMojo

        public ClojureRunTestMojo()