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

com.telenav.cactus.maven.LexakaiMojo Maven / Gradle / Ivy

The newest version!
package com.telenav.cactus.maven;

import com.telenav.cactus.maven.log.BuildLog;
import static org.apache.maven.plugins.annotations.InstantiationStrategy.SINGLETON;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.ResolutionScope;
import org.apache.maven.project.MavenProject;

/**
 *
 * @author Tim Boudreau
 */
@org.apache.maven.plugins.annotations.Mojo(
        defaultPhase = LifecyclePhase.SITE,
        requiresDependencyResolution = ResolutionScope.COMPILE,
        instantiationStrategy = SINGLETON,
        name = "lexakai", threadSafe = true)
public class LexakaiMojo extends BaseMojo {
    
    @Override
    protected void performTasks(BuildLog log, MavenProject project) throws Exception
    {
        throw new UnsupportedOperationException("Run lexakai here.");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy