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

org.jlot.maven.plugin.PullMojo Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
package org.jlot.maven.plugin;

import org.apache.maven.plugins.annotations.Mojo;
import org.jlot.client.executor.PullCommandExecutor;
import org.jlot.client.executor.spi.CommandExecutor;

@Mojo(name = "pull", requiresOnline = true, requiresProject = true, inheritByDefault = false, aggregator = true, requiresDirectInvocation = true)
public class PullMojo extends AbstractJlotMojo
{
	@Override
	protected Class getCommandExecutorClass ( ) throws Exception
	{
		return PullCommandExecutor.class;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy