Class CheckDistributionMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.glassfish.spec.maven.CheckDistributionMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="check-distribution",
requiresProject=true,
defaultPhase=PACKAGE)
public final class CheckDistributionMojo
extends org.apache.maven.plugin.AbstractMojo
Check a set of spec artifact in a staging directory.
- Author:
- Romain Grecourt
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
CheckDistributionMojo
public CheckDistributionMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-