db:webUI

Full name:

ch.elca.el4j.maven.plugins:maven-database-plugin:3.1:webUI

Description:

Start the H2 web UI. Database driver dependencies have to be declared in the build/plugins/plugin/dependencies section of the pom.xml file.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Requires dependency resolution of artifacts in scope: test.

Required Parameters

Name Type Since Description
toolsPath String - Directory of tools (such as application servers or local dbs) in the project.

Optional Parameters

Name Type Since Description
skip boolean - (no description)
Default value is: false.
wait boolean - Decides whether to wait after the container is started or to return the execution flow to the user.
Default value is: true.
webUiPort int - The port to run the DB.
Default value is: 8080.

Parameter Details

skip:

(no description)
  • Type: boolean
  • Required: No
  • Expression: ${skip}
  • Default: false

toolsPath:

Directory of tools (such as application servers or local dbs) in the project.
  • Type: java.lang.String
  • Required: Yes
  • Expression: ${el4j.project.tools}

wait:

Decides whether to wait after the container is started or to return the execution flow to the user.
  • Type: boolean
  • Required: No
  • Expression: ${db.wait}
  • Default: true

webUiPort:

The port to run the DB.
  • Type: int
  • Required: No
  • Expression: ${db.webui.port}
  • Default: 8080