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

com.github.bordertech.lde.mojo.StartMojo Maven / Gradle / Ivy

The newest version!
package com.github.bordertech.lde.mojo;

import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.ResolutionScope;

/**
 * Start LDE provider.
 */
@Mojo(name = "start", defaultPhase = LifecyclePhase.PRE_INTEGRATION_TEST, requiresDependencyResolution = ResolutionScope.TEST)
public class StartMojo extends AbstractStartMojo {

	@Override
	public void execute() throws MojoExecutionException, MojoFailureException {
		createAndStartProvider();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy