Class SynthMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="synth",
          instantiationStrategy=PER_LOOKUP,
          defaultPhase=PACKAGE,
          requiresDependencyResolution=COMPILE_PLUS_RUNTIME)
    public class SynthMojo
    extends AbstractCdkMojo
    implements org.apache.maven.plugin.ContextEnabled
    Synthesizes CloudFormation templates for a CDK application.