@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, getStoretypeprotected org.apache.maven.shared.jarsigner.JarSignerRequest createRequest(File archive)
createRequest in class AbstractJarsignerMojoarchive - the archive file to treat by jarsignerprotected void preProcessArchive(File archive) throws org.apache.maven.plugin.MojoExecutionException
AbstractJarsignerMojopreProcessArchive in class AbstractJarsignerMojoarchive - The archive to process, must not be null.org.apache.maven.plugin.MojoExecutionException - If pre-processing failed.Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.