Class TestInhabitantsGeneratorMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
org.jvnet.hk2.generator.maven.TestInhabitantsGeneratorMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="generate-test-inhabitants", defaultPhase=TEST_COMPILE, requiresDependencyResolution=TEST) public class TestInhabitantsGeneratorMojo extends AbstractInhabitantsGeneratorMojo
Generates inhabitant
  • Field Details

    • outputDirectory

      @Parameter(property="project.build.testOutputDirectory") private File outputDirectory
    • noswap

      @Parameter(defaultValue="false") private boolean noswap
  • Constructor Details

    • TestInhabitantsGeneratorMojo

      public TestInhabitantsGeneratorMojo()
  • Method Details