Package org.kie.server.maven.plugin
Class UpdateMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.kie.server.maven.plugin.KieServerAbstactMojo
-
- org.kie.server.maven.plugin.UpdateMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="update", defaultPhase=DEPLOY, threadSafe=true, requiresProject=true) public class UpdateMojo extends KieServerAbstactMojoUpdate the k-jar artifact in existing container
-
-
Field Summary
-
Fields inherited from class org.kie.server.maven.plugin.KieServerAbstactMojo
container, contextPath, hostname, kieServerGateway, password, port, project, protocol, timeout, username
-
-
Constructor Summary
Constructors Constructor Description UpdateMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexcecuteCommand()-
Methods inherited from class org.kie.server.maven.plugin.KieServerAbstactMojo
execute
-
-
-
-
Method Detail
-
excecuteCommand
public void excecuteCommand() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Specified by:
excecuteCommandin classKieServerAbstactMojo- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
-