Class TestSourceGeneratedJarMojo

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

    @Mojo(name="generated-test-jar",
          defaultPhase=PACKAGE,
          threadSafe=true)
    @Execute(phase=GENERATE_TEST_SOURCES)
    public class TestSourceGeneratedJarMojo
    extends TestSourceJarNoForkMojo
    This plugin bundles all the test sources into a jar archive.
    Since:
    2.2
    • Constructor Detail

      • TestSourceGeneratedJarMojo

        public TestSourceGeneratedJarMojo()