org.codehaus.mojo.webstart
Class JarUnsignMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.webstart.JarUnsignMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class JarUnsignMojo
- extends org.apache.maven.plugin.AbstractMojo
Unsigns a JAR, removing signatures.
This code will hopefully be moved into the jar plugin when stable enough.
- Version:
- $Id: JarUnsignMojo.java 15186 2011-11-20 18:37:47Z tchemit $
- Author:
- Jerome Lacoste, Andrius Ĺ abanas
- Is defined by the goal name:
- unsign
- Is bound to the specified phase of the standard build lifecycle:
- package
- Requires a Maven project to run:
- true
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JarUnsignMojo
public JarUnsignMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
setTempDir
public void setTempDir(File tempDirectory)
setJarPath
public void setJarPath(File jarPath)
setVerbose
public void setVerbose(boolean verbose)
setSignTool
public void setSignTool(SignTool signTool)
Copyright © 2005-2012 Codehaus. All Rights Reserved.