com.atlassian.maven.plugins.refapp.RefappValidateTestManifestMojo Maven / Gradle / Ivy
The newest version!
package com.atlassian.maven.plugins.refapp;
import com.atlassian.maven.plugins.amps.osgi.ValidateTestManifestMojo;
import org.apache.maven.plugins.annotations.Mojo;
@Mojo(name = "validate-test-manifest")
public class RefappValidateTestManifestMojo extends ValidateTestManifestMojo
{
}