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

poussecafe.maven.MojoExecutor Maven / Gradle / Ivy

package poussecafe.maven;

import org.apache.maven.plugin.MojoExecutionException;

public interface MojoExecutor {

    void execute() throws MojoExecutionException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy