![JAR search and dependency download from the Maven repository](/logo.png)
ro.kuberam.maven.plugins.expath.mojos.GenerateDescriptorsMojo Maven / Gradle / Ivy
package ro.kuberam.maven.plugins.expath.mojos;
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;
import org.apache.maven.plugins.annotations.Mojo;
/**
* Generates the descriptors for a package (TBD).
*
* @author Claudius
* Teodorescu
*/
@Mojo(name = "generate-descriptors")
// @Execute(goal = "generate-descriptors")
public class GenerateDescriptorsMojo extends AbstractMojo {
@Override
public void execute() throws MojoExecutionException, MojoFailureException {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy