Class ModelloSaxWriterMojo

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

    @Mojo(name="sax-writer",
          defaultPhase=GENERATE_SOURCES,
          threadSafe=true)
    public class ModelloSaxWriterMojo
    extends AbstractModelloSourceGeneratorMojo
    Creates a SAX writer from the model.
    Since:
    1.8
    • Constructor Detail

      • ModelloSaxWriterMojo

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