@Mojo(name="minify",
defaultPhase=PROCESS_RESOURCES,
threadSafe=true)
public class MinifyMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Class and Description |
|---|---|
static class |
MinifyMojo.Engine
Engine used for minification.
|
| Constructor and Description |
|---|
MinifyMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Executed when the goal is invoked, it will first invoke a parallel lifecycle, ending at the given phase.
|
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionCopyright © 2009–2016 Samuel Santos. All rights reserved.