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