Package org.apache.activemq.maven
Class ServerMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.activemq.maven.ServerMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
public class ServerMojo extends org.apache.maven.plugin.AbstractMojoGoal which starts activemq broker.
-
-
Constructor Summary
Constructors Constructor Description ServerMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filecopy(File source)Copy activemq configuration file to output directory.voidexecute()
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
copy
public File copy(File source) throws IOException
Copy activemq configuration file to output directory.- Parameters:
source-- Returns:
- Throws:
IOException
-
-