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

it.ness.queryable.plugin.v4.SourceV4Mojo Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
package it.ness.queryable.plugin.v4;

import it.ness.queryable.plugin.QuerableBaseMojo;
import it.ness.queryable.util.MojoUtils;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.Mojo;

/**
 * Queryable is maven plugin for filter defs.
 */
@Mojo(name = "sourcev4",
        defaultPhase = LifecyclePhase.PROCESS_RESOURCES,
        threadSafe = true)
public class SourceV4Mojo extends QuerableBaseMojo {

    public void execute() {
        init(getLog());
        this.parameters.sourceVersion = "v4";
        MojoUtils.sourceV4(parameters, log);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy