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 6588 2008-03-28 12:22:57Z bentmann $
- Author:
- Jerome Lacoste, Andrius ??abanas
Field Summary |
protected org.codehaus.plexus.archiver.manager.ArchiverManager |
archiverManager
To look up Archiver/UnArchiver implementations |
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 |
archiverManager
protected org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager
- To look up Archiver/UnArchiver implementations
JarUnsignMojo
public JarUnsignMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
setTempDir
public void setTempDir(java.io.File tempDirectory)
setJarPath
public void setJarPath(java.io.File jarPath)
setVerbose
public void setVerbose(boolean verbose)
setArchiverManager
public void setArchiverManager(org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager)
Copyright © 2005-2010. All Rights Reserved.