Class ModelloJDOMWriterMojo

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

    @Mojo(name="jdom-writer",
          defaultPhase=GENERATE_SOURCES,
          threadSafe=true)
    public class ModelloJDOMWriterMojo
    extends AbstractModelloSourceGeneratorMojo
    Creates a jdom writer from the model that is capable of preserving element ordering and comments. In future it should also preserve whitespace.
    • Constructor Detail

      • ModelloJDOMWriterMojo

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