Class GenerateMojo

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

    @Mojo(name="generate",
          requiresProject=false)
    public class GenerateMojo
    extends org.apache.maven.plugin.AbstractMojo
    Defines the generate goal. This goal generates a SeedStack project from existing archetypes.
    Author:
    adrien.lauer@mpsa.com
    • Constructor Detail

      • GenerateMojo

        public GenerateMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException
      • getContext

        public Context getContext()