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