@Mojo(name="unsign",
defaultPhase=PACKAGE,
requiresProject=false)
public class JarUnsignMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
JarUnsignMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
setJarPath(File jarPath) |
void |
setSignTool(SignTool signTool) |
void |
setVerbose(boolean verbose) |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic void setJarPath(File jarPath)
public void setVerbose(boolean verbose)
public void setSignTool(SignTool signTool)
Copyright © 2005–2016 MojoHaus. All rights reserved.