migration:bootstrap

Full name:

org.mybatis.maven:migrations-maven-plugin:1.1.5-SNAPSHOT:bootstrap

Description:

Goal which execute the ibatis migration bootstrap command.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is not marked as thread-safe and thus does not support parallel builds.

Optional Parameters

Name Type Since Description
<environment> String - Environment to configure. Default environment is 'development'.
Default: development
User Property: migration.env
<force> boolean - Forces script to continue even if SQL errors are encountered.
Default: false
User Property: migration.force
<repository> File - Location of migrate repository.
Default: .
User Property: migration.path
<skip> boolean - Skip migration actions.
Default: false
User Property: migration.skip

Parameter Details

<environment>

Environment to configure. Default environment is 'development'.
  • Type: java.lang.String
  • Required: No
  • User Property: migration.env
  • Default: development

<force>

Forces script to continue even if SQL errors are encountered.
  • Type: boolean
  • Required: No
  • User Property: migration.force
  • Default: false

<repository>

Location of migrate repository.
  • Type: java.io.File
  • Required: No
  • User Property: migration.path
  • Default: .

Skip migration actions.
  • Type: boolean
  • Required: No
  • User Property: migration.skip
  • Default: false