Package com.webcohesion.enunciate.mojo
Class AssembleMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.webcohesion.enunciate.mojo.ConfigMojo
com.webcohesion.enunciate.mojo.AssembleBaseMojo
com.webcohesion.enunciate.mojo.AssembleMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="assemble",
defaultPhase=PROCESS_SOURCES,
requiresDependencyResolution=COMPILE_PLUS_RUNTIME,
threadSafe=true)
public class AssembleMojo
extends AssembleBaseMojo
Assembles the Enunciate documentation.
- Author:
- Ryan Heaton
-
Nested Class Summary
Nested classes/interfaces inherited from class com.webcohesion.enunciate.mojo.ConfigMojo
ConfigMojo.MavenEnunciateLogger -
Field Summary
Fields inherited from class com.webcohesion.enunciate.mojo.AssembleBaseMojo
docsDir, docsSubdir, forceWarPackaging, webappDirectory, webInfDirectoryFields inherited from class com.webcohesion.enunciate.mojo.ConfigMojo
artifactFactory, artifactResolver, artifacts, buildDir, compilerArgs, configFile, configFilter, disableSourcepath, ENUNCIATE_PROPERTY, excludes, exports, exportsDir, includes, localRepository, outputDir, pluginDependencies, project, projectExtensions, projectHelper, session, skipEnunciate, sourcepathExcludes, sourcepathIncludes, sourcesFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.webcohesion.enunciate.mojo.AssembleBaseMojo
applyAdditionalConfiguration, execute, postProcessMethods inherited from class com.webcohesion.enunciate.mojo.ConfigMojo
buildPluginClasspath, findSourceVersion, findTargetVersion, getDefaultDescription, loadConfig, postProcessConfig, setClasspathAndSourcepathMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
AssembleMojo
public AssembleMojo()
-