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.AbstractMojo
Goal which starts activemq broker.
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
File |
copy(File source)
Copy activemq configuration file to output directory. |
void |
execute()
|
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerMojo
public ServerMojo()
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
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.