Class TestSourceJarMojo

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

@Mojo(name="test-jar", defaultPhase=PACKAGE, threadSafe=true) @Execute(phase=GENERATE_SOURCES) public class TestSourceJarMojo extends TestSourceJarNoForkMojo
This plugin bundles all the test sources into a jar archive.
Since:
2.0.3
  • Constructor Details

    • TestSourceJarMojo

      public TestSourceJarMojo()