@Mojo(name="verify", defaultPhase=VERIFY) public class JarsignerVerifyMojo extends AbstractJarsignerMojo
Constructor and Description |
---|
JarsignerVerifyMojo() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.maven.shared.jarsigner.JarSignerRequest |
createRequest(File archive)
Creates the jar signer request to be executed.
|
protected void |
preProcessArchive(File archive)
Pre-processes a given archive.
|
decrypt, execute, getCommandlineInfo, getStorepass, getStoretype
protected org.apache.maven.shared.jarsigner.JarSignerRequest createRequest(File archive)
createRequest
in class AbstractJarsignerMojo
archive
- the archive file to treat by jarsignerprotected void preProcessArchive(File archive) throws org.apache.maven.plugin.MojoExecutionException
AbstractJarsignerMojo
preProcessArchive
in class AbstractJarsignerMojo
archive
- The archive to process, must not be null
.org.apache.maven.plugin.MojoExecutionException
- If pre-processing failed.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.