Package org.mule.weave.maven.plugin
Class WeaveDeployDocsMojo
- 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.WeaveDeployDocsMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="deploy-docs", defaultPhase=DEPLOY) @Execute(goal="deploy-docs") public class WeaveDeployDocsMojo extends WeaveDocsMojo
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.maven.settings.crypto.SettingsDecrypterdecrypter-
Fields inherited from class org.mule.weave.maven.plugin.WeaveDocsMojo
config
-
Fields inherited from class org.mule.weave.maven.plugin.AbstractWeaveMojo
dwTestFolder, dwTestResources, project, session, sourceFolder
-
-
Constructor Summary
Constructors Constructor Description WeaveDeployDocsMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
public void doExecute()
- Specified by:
doExecutein classWeaveDocsMojo
-
-