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

net.dubboclub.maven.PackDubbomMojo Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package net.dubboclub.maven;

import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.ResolutionScope;

@Mojo( name = "pack", defaultPhase = LifecyclePhase.PACKAGE, threadSafe = true, requiresDependencyResolution = ResolutionScope.RUNTIME )
public class PackDubbomMojo extends AbstractDubbomMojo{

    public void execute() throws MojoExecutionException, MojoFailureException {
        pack();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy