All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.atlassian.maven.plugins.ampsdispatcher.AmpsDispatcherRunMojo Maven / Gradle / Ivy

The newest version!
package com.atlassian.maven.plugins.ampsdispatcher;

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;

/**
 * Run the webapp
 */
@Mojo(name = "run", requiresDependencyResolution = ResolutionScope.TEST)
@Execute(phase = LifecyclePhase.PACKAGE)
public class AmpsDispatcherRunMojo extends AbstractAmpsDispatcherMojo
{
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy