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

org.codehaus.modello.maven.ModelloConvertersMojo 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 classes that can convert between different versions of the model.
 *
 * @author Brett Porter
 */
@Mojo( name = "converters", defaultPhase = LifecyclePhase.GENERATE_SOURCES, threadSafe = true )
public class ModelloConvertersMojo
    extends AbstractModelloSourceGeneratorMojo
{
    protected String getGeneratorType()
    {
        return "converters";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy