Package org.mule.weave.maven.plugin
Class WeaveGenerateDocsMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.mule.weave.maven.plugin.AbstractWeaveMojo
-
- org.mule.weave.maven.plugin.WeaveDocsMojo
-
- org.mule.weave.maven.plugin.WeaveGenerateDocsMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate-docs", defaultPhase=PREPARE_PACKAGE, requiresDependencyCollection=COMPILE_PLUS_RUNTIME, requiresDependencyResolution=COMPILE_PLUS_RUNTIME, threadSafe=true) @Execute(goal="generate-docs") public class WeaveGenerateDocsMojo extends WeaveDocsMojo
-
-
Field Summary
-
Fields inherited from class org.mule.weave.maven.plugin.WeaveDocsMojo
config
-
Fields inherited from class org.mule.weave.maven.plugin.AbstractWeaveMojo
altDeploymentRepository, dwTestFolder, dwTestResources, project, session, sourceFolder
-
-
Constructor Summary
Constructors Constructor Description WeaveGenerateDocsMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoExecute()-
Methods inherited from class org.mule.weave.maven.plugin.WeaveDocsMojo
execute, setDocs
-
Methods inherited from class org.mule.weave.maven.plugin.AbstractWeaveMojo
buildTestClassPathEnvironment, compileClasspathElements, getDeploymentRepository, testClasspathElements
-
-
-
-
Method Detail
-
doExecute
protected void doExecute() throws org.apache.maven.plugin.MojoExecutionException- Specified by:
doExecutein classWeaveDocsMojo- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-