Class InhabitantsGeneratorMojo

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

    @Mojo(name="generate-inhabitants",
          defaultPhase=PROCESS_CLASSES,
          requiresDependencyResolution=TEST)
    public class InhabitantsGeneratorMojo
    extends AbstractInhabitantsGeneratorMojo
    Generates inhabitant
    • Field Detail

      • outputDirectory

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

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

      • InhabitantsGeneratorMojo

        public InhabitantsGeneratorMojo()