Class GetTemplateMojo

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

    @Mojo(name="get-template",
          defaultPhase=DEPLOY,
          threadSafe=true,
          requiresProject=false)
    public class GetTemplateMojo
    extends KieControllerMojo
    Display all server templates info
    • Field Detail

      • templateId

        @Parameter(property="kie-ctrl.template-id",
                   required=false)
        protected String templateId
    • Constructor Detail

      • GetTemplateMojo

        public GetTemplateMojo()
    • Method Detail

      • executeCommand

        public void executeCommand()
                            throws org.apache.maven.plugin.MojoExecutionException,
                                   org.apache.maven.plugin.MojoFailureException
        Specified by:
        executeCommand in class KieControllerMojo
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException