Package org.apache.axis2.maven2.server
Class SimpleHttpServerMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.axis2.maven2.server.SimpleHttpServerMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
public class SimpleHttpServerMojo extends org.apache.maven.plugin.AbstractMojo
Run simple Axis 2Server.- Since:
- 1.7.0
-
-
Constructor Summary
Constructors Constructor Description SimpleHttpServerMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
RepoHelper
getRepoHelper()
protected void
waitForShutdown()
-
-
-
Method Detail
-
getRepoHelper
public RepoHelper getRepoHelper()
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
waitForShutdown
protected void waitForShutdown()
-
-