Class ModelloSnakeYamlReaderMojo

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

    @Mojo(name="snakeyaml-reader",
          defaultPhase=GENERATE_SOURCES,
          threadSafe=true)
    public class ModelloSnakeYamlReaderMojo
    extends AbstractModelloSourceGeneratorMojo
    Creates an SnakeYaml reader from the model.
    Since:
    1.8
    • Constructor Detail

      • ModelloSnakeYamlReaderMojo

        @Inject
        public ModelloSnakeYamlReaderMojo​(org.codehaus.plexus.build.BuildContext buildContext,
                                          org.codehaus.modello.core.ModelloCore modelloCore)