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

org.reploop.plugin.maven.Json2AllMojo Maven / Gradle / Ivy

The newest version!
package org.reploop.plugin.maven;

import java.util.EnumSet;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.ResolutionScope;
import org.reploop.translator.json.support.Target;

/**
 * All in one.
 */
@Mojo(name = "all",
    defaultPhase = LifecyclePhase.GENERATE_SOURCES,
    requiresDependencyResolution = ResolutionScope.COMPILE,
    threadSafe = true)
public class Json2AllMojo extends Json2Mojo {

    public Json2AllMojo() {
        super(EnumSet.allOf(Target.class));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy