dbflute:manage

Full name:

org.seasar.dbflute:dbflute-maven-plugin:1.0.0:manage

Description:

ManageCommandPlugin provides manage goal to run manage.[sh|bat].

Attributes:

  • Requires a Maven 2.0 project to be executed.

Required Parameters

Name Type Since Description
basedir File - Project base directory (prepended for relative file paths).
manageTask String - (no description)

Optional Parameters

Name Type Since Description
clientProject String - (no description)
dbfluteClientDir File - (no description)
refreshProjects String - (no description)

Parameter Details

basedir:

Project base directory (prepended for relative file paths).

  • Type: java.io.File
  • Required: Yes
  • Expression: ${basedir}

clientProject:

(no description)

  • Type: java.lang.String
  • Required: No
  • Expression: ${dbflute.clientProject}

dbfluteClientDir:

(no description)

  • Type: java.io.File
  • Required: No
  • Expression: ${dbflute.dbfluteClientDir}

manageTask:

(no description)

  • Type: java.lang.String
  • Required: Yes
  • Expression: ${dbflute.manageTask}

refreshProjects:

(no description)

  • Type: java.lang.String
  • Required: No
  • Expression: ${dbflute.refreshProjects}