Package com.webcohesion.enunciate.mojo
Class DeployArtifactMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.webcohesion.enunciate.mojo.DeployArtifactBaseMojo
com.webcohesion.enunciate.mojo.DeployArtifactMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo,org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
@Mojo(name="deploy-artifact",
defaultPhase=DEPLOY,
requiresDependencyResolution=COMPILE_PLUS_RUNTIME,
threadSafe=true)
public class DeployArtifactMojo
extends DeployArtifactBaseMojo
Deploy an Enunciate-generated artifact as if it were in its own project.
- Author:
- Ryan Heaton
-
Field Summary
Fields inherited from class com.webcohesion.enunciate.mojo.DeployArtifactBaseMojo
artifactFactory, artifactId, classifier, container, deployer, deploymentRepository, description, enunciateArtifactId, generatePom, groupId, localRepository, packaging, pomFile, projectHelper, versionFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.webcohesion.enunciate.mojo.DeployArtifactBaseMojo
contextualize, execute, getDeployer, readModelMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
DeployArtifactMojo
public DeployArtifactMojo()
-