Class TestApplicationCreatorMojo

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

@Mojo(name="test-application-create", defaultPhase=TEST_COMPILE, threadSafe=true, requiresDependencyResolution=TEST) public class TestApplicationCreatorMojo extends AbstractApplicationCreatorMojo
A mojo wrapper to ApplicationCreator for test specific types.
  • Constructor Details

    • TestApplicationCreatorMojo

      public TestApplicationCreatorMojo()
      Default constructor.