Class AmpsDispatcherPreIntegrationTestMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.atlassian.maven.plugins.ampsdispatcher.AbstractAmpsDispatcherMojo
com.atlassian.maven.plugins.ampsdispatcher.AmpsDispatcherPreIntegrationTestMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="pre-integration-test",
requiresDependencyResolution=TEST)
@Execute(phase=PRE_INTEGRATION_TEST)
public class AmpsDispatcherPreIntegrationTestMojo
extends AbstractAmpsDispatcherMojo
Dispatches pre-integration-test to the appropriate amps product-specific
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.maven.plugins.ampsdispatcher.AbstractAmpsDispatcherMojo
executeMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
AmpsDispatcherPreIntegrationTestMojo
public AmpsDispatcherPreIntegrationTestMojo()
-