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

ro.kuberam.maven.plugins.expath.mojos.InstallXarMojo Maven / Gradle / Ivy

There is a newer version: 0.6.3
Show newest version
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;

/**
 * Installs a package (TBD). 
* * @author Claudius * Teodorescu */ @Mojo(name = "install-xar") public class InstallXarMojo extends AbstractMojo { @Override public void execute() throws MojoExecutionException, MojoFailureException { } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy