Package io.dataspray.aws.cdk
Class AbstractCdkMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.dataspray.aws.cdk.AbstractCdkMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
BootstrapMojo,DeployMojo,DestroyMojo,SynthMojo
public abstract class AbstractCdkMojo
extends org.apache.maven.plugin.AbstractMojo
An abstract Mojo that defines some parameters common for synthesis and deployment.
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
AbstractCdkMojo
public AbstractCdkMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
execute
-