org.apache.maven.plugin.jar
public class JarSignMojo extends AbstractMojo
Version: $Id: JarSignMojo.java 370706 2006-01-20 02:45:46Z brett $
UNKNOWN: sign package refactor the common code with javadoc plugin
| Method Summary | |
|---|---|
| void | execute() |
| protected int | executeCommandLine(Commandline commandLine, InputStream inputStream, StreamConsumer stream1, StreamConsumer stream2) |
| void | setAlias(String alias) |
| void | setBasedir(File basedir) |
| void | setJarPath(File jarPath) |
| void | setKeypass(String keypass) |
| void | setKeystore(String keystore) |
| void | setProject(MavenProject project) |
| void | setSigFile(String sigfile) |
| void | setSignedJar(File signedjar) |
| void | setStorepass(String storepass) |
| void | setType(String type) |
| void | setVerbose(boolean verbose) |
| void | setVerify(boolean verify) |
| void | setWorkingDir(File workingDir) |