dbflute:generate-crud-tablemeta

Full name:

org.seasar.dbflute:dbflute-maven-plugin:1.0.0:generate-crud-tablemeta

Description:

GenerateCrudPlugin provides generate-crud goal to generate CRUD pages.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Invokes the execution of the lifecycle phase generate-resources prior to executing itself.

Optional Parameters

Name Type Since Description
schemaFile File - (no description)
tableMetaProperties File - (no description) Default value is: ${basedir}/src/main/config/tablemeta.properties.

Parameter Details

schemaFile:

(no description)

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

tableMetaProperties:

(no description)

  • Type: java.io.File
  • Required: No
  • Expression: ${dbflute.tableMetaProperties}
  • Default: ${basedir}/src/main/config/tablemeta.properties