public abstract class AbstractSecurityMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
protected String |
data |
protected String |
keystore |
| Constructor and Description |
|---|
AbstractSecurityMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected Key |
getKey(boolean usePublic) |
protected void |
validateFile(String path) |
@Parameter(required=true,
property="keystore")
protected String keystore
@Parameter(required=true,
property="key.name")
protected String alias
@Parameter(required=true,
property="data")
protected String data
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected void validateFile(String path) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2019. All rights reserved.