Class ProviderPoolMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.metaloom.maven.provider.AbstractProviderMojo
io.metaloom.maven.provider.ProviderPoolMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="pool", defaultPhase=PROCESS_TEST_CLASSES) public class ProviderPoolMojo extends AbstractProviderMojo
The pool operation will setup a new test database pool. After this step the provider daemon will automatically populate the database with copies from the template database and allow tests to allocate databases.
  • Constructor Details

    • ProviderPoolMojo

      public ProviderPoolMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException