/maven-amps-dispatcher-plugin/src/main/java/com/atlassian/maven/plugins/ampsdispatcher/AmpsDispatcherRemoteTestMojo.java
https://bitbucket.org/mmeinhold/amps · Java · 15 lines · 11 code · 4 blank · 0 comment · 0 complexity · 30d42430f75ce7fe673477d8f7c7f412 MD5 · raw file
- package com.atlassian.maven.plugins.ampsdispatcher;
- import com.atlassian.maven.plugins.amps.RemoteTestMojo;
- import org.apache.maven.plugins.annotations.Execute;
- import org.apache.maven.plugins.annotations.LifecyclePhase;
- import org.apache.maven.plugins.annotations.Mojo;
- import org.apache.maven.plugins.annotations.ResolutionScope;
- @Mojo(name = "remote-test", requiresDependencyResolution = ResolutionScope.TEST, defaultPhase = LifecyclePhase.PRE_INTEGRATION_TEST)
- @Execute(phase = LifecyclePhase.PACKAGE)
- public class AmpsDispatcherRemoteTestMojo extends AbstractAmpsDispatcherMojo
- {
- }