Class 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.
    • Constructor Detail

      • ServerMojo

        public ServerMojo()
    • 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