autogen:generate

Full name:

com.basistech.maven.plugins:autogen:7-SNAPSHOT:generate

Description:

(no description)

Attributes:

  • Requires a Maven project to be executed.
  • Binds by default to the lifecycle phase: generate-sources.

Required Parameters

Name Type Since Description
project MavenProject - (no description)
User property is: project.
templates List - The templates to process. Each one is specified as code, data, package.

Optional Parameters

Name Type Since Description
language String - (no description)
Default value is: java.
User property is: autogen.language.
outputDirectory File - Destination directory
Default value is: ${project.build.directory}/generated-sources/.
User property is: autogen.targetDir.

Parameter Details

language:

(no description)
  • Type: java.lang.String
  • Required: No
  • User Property: autogen.language
  • Default: java

outputDirectory:

Destination directory
  • Type: java.io.File
  • Required: No
  • User Property: autogen.targetDir
  • Default: ${project.build.directory}/generated-sources/

project:

(no description)
  • Type: org.apache.maven.project.MavenProject
  • Required: Yes
  • User Property: project

templates:

The templates to process. Each one is specified as code, data, package.
  • Type: java.util.List
  • Required: Yes