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

      • outputDirectory

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

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

      • TestInhabitantsGeneratorMojo

        public TestInhabitantsGeneratorMojo()