1 package com.atlassian.maven.plugins.ampsdispatcher;
2
3 import org.apache.maven.plugins.annotations.Mojo;
4
5 /**
6 * Creates a test-resources compatible zip from the previous run's home dir
7 *
8 * @since 3.1-m3
9 */
10 @Mojo(name = "create-home-zip")
11 public class AmpsDispatcherCreateHomeZipMojo extends AbstractAmpsDispatcherMojo {
12 }