org.codehaus.modello.maven.ModelloDom4jWriterMojo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of modello-maven-plugin Show documentation
Show all versions of modello-maven-plugin Show documentation
Modello Maven Plugin enables the use of Modello in Maven builds.
The newest version!
package org.codehaus.modello.maven;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.Mojo;
/**
* Creates a DOM4J writer from the model.
*/
@Mojo(name = "dom4j-writer", defaultPhase = LifecyclePhase.GENERATE_SOURCES, threadSafe = true)
public class ModelloDom4jWriterMojo extends AbstractModelloSourceGeneratorMojo {
protected String getGeneratorType() {
return "dom4j-writer";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy