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