Class ModelloXpp3WriterMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    Direct Known Subclasses:
    ModelloXpp3ExtendedWriterMojo

    @Mojo(name="xpp3-writer",
          defaultPhase=GENERATE_SOURCES,
          threadSafe=true)
    public class ModelloXpp3WriterMojo
    extends AbstractModelloSourceGeneratorMojo
    Creates an XPP3 writer from the model.
    • Constructor Detail

      • ModelloXpp3WriterMojo

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