Class ModelloSaxWriterMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
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 Details

    • ModelloSaxWriterMojo

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