
com.atlassian.maven.plugins.ampsdispatcher.AmpsDispatcherCreateHomeZipMojo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-amps-dispatcher-plugin Show documentation
Show all versions of maven-amps-dispatcher-plugin Show documentation
Detects which version of AMPS is being used and dispatches all goals to it
The newest version!
package com.atlassian.maven.plugins.ampsdispatcher;
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 AmpsDispatcherCreateHomeZipMojo extends AbstractAmpsDispatcherMojo {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy