@Mojo(name="execute",
defaultPhase=INTEGRATION_TEST,
requiresDependencyResolution=TEST)
public class GatlingMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPILER_MAIN_CLASS |
static List<String> |
GATLING_JVM_ARGS |
static String |
GATLING_MAIN_CLASS |
protected List<org.apache.maven.artifact.repository.ArtifactRepository> |
remoteRepos
List of Remote Repositories used by the resolver
|
static String[] |
SCALA_INCLUDES |
static String |
SCALA_VERSION |
static List<String> |
ZINC_JVM_ARGS |
| Constructor and Description |
|---|
GatlingMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Executes Gatling simulations.
|
public static final String SCALA_VERSION
public static final String COMPILER_MAIN_CLASS
public static final String[] SCALA_INCLUDES
public static final String GATLING_MAIN_CLASS
@Parameter(defaultValue="${project.remoteArtifactRepositories}",
readonly=true)
protected List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepos
Copyright © 2011-2014. All Rights Reserved.