@Mojo(name="verify",
requiresOnline=true)
public class VerifyContrastMavenPluginMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected String |
apiKey |
protected String |
apiUrl |
protected String |
appName |
protected String |
appVersion |
protected static String |
computedAppVersion |
protected String |
contrastAgentLocation |
protected String |
jarPath |
protected String |
minSeverity |
protected String |
orgUuid |
protected org.apache.maven.project.MavenProject |
project |
protected String |
serverName |
protected String |
serverPath |
protected String |
serviceKey |
protected boolean |
skipArgLine |
protected boolean |
standalone |
protected String |
username |
| Constructor and Description |
|---|
VerifyContrastMavenPluginMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Component protected org.apache.maven.project.MavenProject project
@Parameter(property="username",
required=true)
protected String username
@Parameter(property="apiKey",
required=true)
protected String apiKey
@Parameter(property="serviceKey",
required=true)
protected String serviceKey
@Parameter(property="apiUrl") protected String apiUrl
@Parameter(property="orgUuid",
required=true)
protected String orgUuid
@Parameter(property="appName",
required=true)
protected String appName
@Parameter(property="standalone") protected boolean standalone
@Parameter(property="minSeverity",
defaultValue="Medium")
protected String minSeverity
@Parameter(property="serverName",
required=true)
protected String serverName
@Parameter(property="serverPath") protected String serverPath
@Parameter(property="jarPath") protected String jarPath
@Parameter(property="appVersion") protected String appVersion
@Parameter(property="skipArgLine") protected boolean skipArgLine
protected String contrastAgentLocation
protected static String computedAppVersion
Copyright © 2018 Contrast Security. All rights reserved.