org.codehaus.mojo.webstart
Class JarUnsignMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by 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

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
JarUnsignMojo()
           
 
Method Summary
 void execute()
           
 void setJarPath(File jarPath)
           
 void setSignTool(SignTool signTool)
           
 void setTempDir(File tempDirectory)
           
 void setVerbose(boolean verbose)
           
 
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
 

Constructor Detail

JarUnsignMojo

public JarUnsignMojo()
Method Detail

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.