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

pl.gdela.socomo.maven.AnalyzeMojo Maven / Gradle / Ivy

package pl.gdela.socomo.maven;


import org.apache.maven.plugins.annotations.Mojo;

import static org.apache.maven.plugins.annotations.LifecyclePhase.PACKAGE;

/**
 * Maven plugin to execute SoCoMo analysis.
 */
@Mojo(name = "analyze", defaultPhase = PACKAGE)
public class AnalyzeMojo extends SocomoMojo {

	@Override
	void beforeExecute() {
		// noop
	}

	@Override
	void afterExecute() {
		// noop
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy