Package org.apache.karaf.tooling.client
Class ClientMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.karaf.tooling.client.ClientMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="client", defaultPhase=PACKAGE, requiresDependencyResolution=RUNTIME, threadSafe=true) public class ClientMojo extends org.apache.maven.plugin.AbstractMojoClient MOJO to deployWithSsh command on a running Karaf instance
-
-
Constructor Summary
Constructors Constructor Description ClientMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()protected voidexecute(String cmd)
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
execute
protected void execute(String cmd) throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-