
com.atlassian.maven.plugins.confluence.ConfluenceStopMojo Maven / Gradle / Ivy
The newest version!
package com.atlassian.maven.plugins.confluence;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugins.annotations.Mojo;
import com.atlassian.maven.plugins.amps.StopMojo;
import com.atlassian.maven.plugins.amps.product.ProductHandlerFactory;
@Mojo(name = "stop")
public class ConfluenceStopMojo extends StopMojo
{
@Override
protected String getDefaultProductId() throws MojoExecutionException
{
return ProductHandlerFactory.CONFLUENCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy