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

com.atlassian.maven.plugins.refapp.RefappPreIntegrationTestMojo Maven / Gradle / Ivy

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

import com.atlassian.maven.plugins.amps.PreIntegrationTestMojo;

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 = "pre-integration-test", requiresDependencyResolution = ResolutionScope.TEST)
@Execute (phase = LifecyclePhase.PRE_INTEGRATION_TEST)
public class RefappPreIntegrationTestMojo extends PreIntegrationTestMojo
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy