Package org.kie.server.controller.plugin
Class CreateTemplateMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.kie.server.controller.plugin.KieControllerMojo
-
- org.kie.server.controller.plugin.CreateTemplateMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="create-template", defaultPhase=DEPLOY, threadSafe=true, requiresProject=false) public class CreateTemplateMojo extends KieControllerMojoCreate new server template
-
-
Field Summary
Fields Modifier and Type Field Description static String[]TEMPLATE_CAPABILITIES-
Fields inherited from class org.kie.server.controller.plugin.KieControllerMojo
connectionTimeout, kieControllerGateway, socketTimeout
-
-
Constructor Summary
Constructors Constructor Description CreateTemplateMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteCommand()-
Methods inherited from class org.kie.server.controller.plugin.KieControllerMojo
execute
-
-
-
-
Field Detail
-
TEMPLATE_CAPABILITIES
public static final String[] TEMPLATE_CAPABILITIES
-
-
Method Detail
-
executeCommand
public void executeCommand() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Specified by:
executeCommandin classKieControllerMojo- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
-