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

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

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

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

import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.ResolutionScope;

/**
 * Copies bundled dependencies into META-INF/lib
 */
@Mojo(name = "copy-bundled-dependencies", requiresDependencyResolution = ResolutionScope.TEST)
public class RefappCopyBundledDependenciesMojo extends CopyBundledDependenciesMojo
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy