All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codehaus.modello.maven.ModelloDom4jWriterMojo Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show 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