Package com.webcohesion.enunciate.mojo
Class InstallArtifactMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.install.InstallFileMojo
com.webcohesion.enunciate.mojo.InstallArtifactBaseMojo
com.webcohesion.enunciate.mojo.InstallArtifactMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="install-artifact",
defaultPhase=INSTALL,
requiresDependencyResolution=COMPILE_PLUS_RUNTIME,
threadSafe=true)
public class InstallArtifactMojo
extends InstallArtifactBaseMojo
Install 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.InstallArtifactBaseMojo
enunciateArtifactId, file, projectFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.webcohesion.enunciate.mojo.InstallArtifactBaseMojo
executeMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
InstallArtifactMojo
public InstallArtifactMojo()
-