Class BuildMojo

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

    @Mojo(name="build",
          requiresDependencyResolution=COMPILE_PLUS_RUNTIME,
          requiresProject=true,
          defaultPhase=COMPILE)
    public class BuildMojo
    extends AbstractKieMojo
    This goal builds the Drools files belonging to the kproject.
    • Constructor Detail

      • BuildMojo

        public BuildMojo()
    • 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