Class ModelloXpp3ReaderMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
ModelloJacksonExtendedReaderMojo, ModelloSnakeYamlExtendedReaderMojo, ModelloXpp3ExtendedReaderMojo

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

    • ModelloXpp3ReaderMojo

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