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

com.webcohesion.enunciate.mojo.DeployArtifactMojo Maven / Gradle / Ivy

There is a newer version: 2.18.1
Show newest version
package com.webcohesion.enunciate.mojo;

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

/**
 * Deploy an Enunciate-generated artifact as if it were in its own project.
 * 
 * @author Ryan Heaton
 */
@Mojo ( name = "deploy-artifact", defaultPhase = LifecyclePhase.DEPLOY, requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME )
public class DeployArtifactMojo extends DeployArtifactBaseMojo {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy