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

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

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

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

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

/**
 * Creates a test-resources compatible zip from the previous run's home dir
 *
 * @since 3.1-m3
 */
@Mojo(name = "create-home-zip")
public class RefappCreateHomeZipMojo extends CreateHomeZipMojo {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy