Class ModelloStaxWriterMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="stax-writer", defaultPhase=GENERATE_SOURCES, threadSafe=true) public class ModelloStaxWriterMojo extends AbstractModelloSourceGeneratorMojo
Creates an StAX writer from the model.
  • Constructor Details

    • ModelloStaxWriterMojo

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