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

fr.inria.gforge.spoon.SpoonMojoCheck Maven / Gradle / Ivy

package fr.inria.gforge.spoon;

import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.Parameter;
import org.apache.maven.plugins.annotations.ResolutionScope;

import java.io.File;

@SuppressWarnings("UnusedDeclaration")
@Mojo(
		name = "check",
		defaultPhase = LifecyclePhase.VERIFY,
		requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME)

public class SpoonMojoCheck extends SpoonMojoGenerate {
	@Override
	public String getOutputType() {
		return "nooutput";
	}

	@Override
	public boolean isCompileOriginalSources() {
		return true;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy