Package io.dataspray.aws.cdk
Class BootstrapMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- io.dataspray.aws.cdk.AbstractCdkMojo
-
- io.dataspray.aws.cdk.BootstrapMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="bootstrap", defaultPhase=DEPLOY) public class BootstrapMojo extends AbstractCdkMojoDeploys toolkit stacks required by the CDK application.
-
-
Constructor Summary
Constructors Constructor Description BootstrapMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(Path cloudAssemblyDirectory, Optional<String> profileOpt)-
Methods inherited from class io.dataspray.aws.cdk.AbstractCdkMojo
execute
-
-
-
-
Method Detail
-
execute
public void execute(Path cloudAssemblyDirectory, Optional<String> profileOpt)
- Specified by:
executein classAbstractCdkMojo
-
-