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

aQute.bnd.maven.generate.plugin.GenerateTestMojo Maven / Gradle / Ivy

The newest version!
package aQute.bnd.maven.generate.plugin;

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;

@Mojo(name = "generate-test", defaultPhase = LifecyclePhase.GENERATE_TEST_SOURCES, requiresDependencyResolution = ResolutionScope.TEST, threadSafe = true)
public class GenerateTestMojo extends AbstractGenerateMojo {

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy